mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 19:27:51 +08:00
make: fix standalone sharness run
The comparison was wrong License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
f6d70ab541
commit
a2e3aa5d78
@ -9,7 +9,7 @@
|
||||
# use the ipfs tool to test against
|
||||
|
||||
# add current directory to path, for ipfs tool.
|
||||
if test "$MAKE_SKIP_PATH" -ne "1"; then
|
||||
if test "$MAKE_SKIP_PATH" != "1"; then
|
||||
BIN=$(cd .. && echo `pwd`/bin)
|
||||
BIN2=$(cd ../.. && echo `pwd`/cmd/ipfs)
|
||||
PATH=${BIN2}:${BIN}:${PATH}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user