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.
This commit is contained in:
Nexie Kind
2017-10-04 21:07:09 +03:00
committed by GitHub
parent 4c75fe47f9
commit 8ba9b0e7c7

View File

@@ -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