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:
2
cmd/ipfs/dist/install.sh
vendored
2
cmd/ipfs/dist/install.sh
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user