From 8ba9b0e7c7da118e8c86520ae0beb2f946e8081d Mon Sep 17 00:00:00 2001 From: Nexie Kind Date: Wed, 4 Oct 2017 21:07:09 +0300 Subject: [PATCH] Run get_libwallet_api.sh using its own shebang Not every system has bash as default shell. Running this script in zsh environment leads to build failure. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5875eba9..a84c92f5 100755 --- a/build.sh +++ b/build.sh @@ -54,7 +54,7 @@ if [[ $platform == *bsd* ]]; then fi # build libwallet -$SHELL get_libwallet_api.sh $BUILD_TYPE +./get_libwallet_api.sh $BUILD_TYPE # build zxcvbn $MAKE -C src/zxcvbn-c || exit