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.
pull/2/head
Nexie Kind 7 years ago committed by GitHub
parent 4c75fe47f9
commit 8ba9b0e7c7

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