From: Chris Koeritz Date: Tue, 26 Jan 2016 20:18:31 +0000 (-0500) Subject: made the error message more explicit for missing gffs variables. X-Git-Tag: 2.140.90~549 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=bd6999db7b8e63614b767e15b32ee2f8884fe734;p=feisty_meow.git made the error message more explicit for missing gffs variables. --- diff --git a/scripts/buildor/gffs_builders.sh b/scripts/buildor/gffs_builders.sh index 369fbbee..22ad74de 100644 --- a/scripts/buildor/gffs_builders.sh +++ b/scripts/buildor/gffs_builders.sh @@ -13,7 +13,7 @@ function zapem() # a macro for testing the configuration. export GFFS_CHECK_VARS=' if [ -z "$GENII_INSTALL_DIR" -o -z "$GFFS_TOOLKIT_ROOT" ]; then - echo "GENII_INSTALL_DIR is not set."; + echo "GENII_INSTALL_DIR or GFFS_TOOLKIT_ROOT is not set."; return 1; fi '