]> git.lizzy.rs Git - rust.git/commitdiff
remove duplicated slash in install script path
authorRuud van Asseldonk <dev@veniogames.com>
Wed, 2 Jul 2014 19:37:33 +0000 (21:37 +0200)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 19:54:51 +0000 (12:54 -0700)
src/etc/install.sh

index fd4c20d73c5d1df40979ed95a3f691026caed0b3..2ed7a9dd6c28ab246cf857376ec3d33571f6631d 100644 (file)
@@ -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="$@"