Skip to content

Commit bc3a761

Browse files
committed
fix bug with spaces in directory name
License: MIT Signed-off-by: Scott Bigelow <[email protected]>
1 parent 55d224a commit bc3a761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ipfs/dist/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
INSTALL_DIR=$(dirname $0)
77

8-
bin=$INSTALL_DIR/ipfs
8+
bin="$INSTALL_DIR/ipfs"
99
binpaths="/usr/local/bin /usr/bin"
1010

1111
# This variable contains a nonzero length string in case the script fails

0 commit comments

Comments
 (0)