mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 08:17:27 -04:00
build: use 'exit' instead of 'return' in get_libwallet_api.sh
This commit is contained in:
@@ -75,8 +75,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BUILD_LIBWALLET" != true ]; then
|
if [ "$BUILD_LIBWALLET" != true ]; then
|
||||||
# exit this script
|
exit 0
|
||||||
return
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh
|
echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user