Skip to content

Commit 5d36005

Browse files
ruudaalexcrichton
authored andcommitted
remove duplicated slash in install script path
1 parent b81905e commit 5d36005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ need_cmd uname
214214
need_cmd tr
215215
need_cmd sed
216216

217-
CFG_SRC_DIR="$(cd $(dirname $0) && pwd)/"
217+
CFG_SRC_DIR="$(cd $(dirname $0) && pwd)"
218218
CFG_SELF="$0"
219219
CFG_ARGS="$@"
220220

0 commit comments

Comments
 (0)