@cryptotaxi247 / kubo / commits / bc3a7619a

fix bug with spaces in directory name

License: MIT Signed-off-by: Scott Bigelow <epheph@gmail.com>

Scott Bigelow committed Jan 5, 2018 at 10:38 UTC bc3a7619aefad559f11021ed85c7495ad1298fc6
1 file changed +1 -1
cmd/ipfs/dist/install.sh
+1 -1
@@ -5,7 +5,7 @@
5
6 INSTALL_DIR=$(dirname $0)
7
8 -bin=$INSTALL_DIR/ipfs
8 +bin="$INSTALL_DIR/ipfs"
9 binpaths="/usr/local/bin /usr/bin"
10
11 # This variable contains a nonzero length string in case the script fails