1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

fix bug with spaces in directory name

License: MIT
Signed-off-by: Scott Bigelow <epheph@gmail.com>
This commit is contained in:
Scott Bigelow
2018-01-05 10:38:34 -08:00
parent 55d224a81b
commit bc3a7619ae

View File

@ -5,7 +5,7 @@
INSTALL_DIR=$(dirname $0)
bin=$INSTALL_DIR/ipfs
bin="$INSTALL_DIR/ipfs"
binpaths="/usr/local/bin /usr/bin"
# This variable contains a nonzero length string in case the script fails