Merge pull request #897

8ba9b0e Run get_libwallet_api.sh using its own shebang
This commit is contained in:
luigi1111 2017-10-22 13:27:04 -05:00
commit e0d99cb1bb
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -54,7 +54,7 @@ if [[ $platform == *bsd* ]]; then
fi fi
# build libwallet # build libwallet
$SHELL get_libwallet_api.sh $BUILD_TYPE ./get_libwallet_api.sh $BUILD_TYPE
# build zxcvbn # build zxcvbn
$MAKE -C src/zxcvbn-c || exit $MAKE -C src/zxcvbn-c || exit