@cryptotaxi247 / kubo / commits / 55d224a81

Changing command substitution format

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

Scott Bigelow committed Jan 4, 2018 at 16:50 UTC 55d224a81b5bbc04191fbc09b08cad564b7ca236
1 file changed +1 -1
cmd/ipfs/dist/install.sh
+1 -1
@@ -3,7 +3,7 @@
3 # Installation script for ipfs. It tries to move $bin in one of the
4 # directories stored in $binpaths.
5
6 -INSTALL_DIR=`dirname $0`
6 +INSTALL_DIR=$(dirname $0)
7
8 bin=$INSTALL_DIR/ipfs
9 binpaths="/usr/local/bin /usr/bin"