1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Better error message for missing environment variable

This commit is contained in:
Jeremy Ruston 2013-03-18 12:25:11 +00:00
parent cc627eba5b
commit 0b45b87278

2
bld.sh
View File

@ -9,7 +9,7 @@ if [ -z "$TW5_BUILD_OUTPUT" ]; then
fi
if [ ! -d "$TW5_BUILD_OUTPUT" ]; then
echo 'A valid TW5_BUILD_OUTPUT directory must be set'
echo 'A valid TW5_BUILD_OUTPUT environment variable must be set'
exit 1
fi