remove duplicated slash in install script path
This commit is contained in:
parent
b81905eedb
commit
5d36005066
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ need_cmd uname
|
|||
need_cmd tr
|
||||
need_cmd sed
|
||||
|
||||
CFG_SRC_DIR="$(cd $(dirname $0) && pwd)/"
|
||||
CFG_SRC_DIR="$(cd $(dirname $0) && pwd)"
|
||||
CFG_SELF="$0"
|
||||
CFG_ARGS="$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue