diff options
| author | Ruud van Asseldonk <dev@veniogames.com> | 2014-07-02 21:37:33 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-03 12:54:51 -0700 |
| commit | 5d360050666ef6c884fbf9b7eec1f3da9f0d13bf (patch) | |
| tree | f34aa7087f8f3d96b3420f932cafe39d9aacfdc1 /src | |
| parent | b81905eedbf56e026e8144a32056fd5dd0265d3b (diff) | |
| download | rust-5d360050666ef6c884fbf9b7eec1f3da9f0d13bf.tar.gz rust-5d360050666ef6c884fbf9b7eec1f3da9f0d13bf.zip | |
remove duplicated slash in install script path
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh index fd4c20d73c5..2ed7a9dd6c2 100644 --- a/src/etc/install.sh +++ b/src/etc/install.sh @@ -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="$@" |
