made the error message more explicit for missing gffs variables.
authorChris Koeritz <fred@gruntose.com>
Tue, 26 Jan 2016 20:18:31 +0000 (15:18 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 26 Jan 2016 20:18:31 +0000 (15:18 -0500)
scripts/buildor/gffs_builders.sh

index 369fbbee94bfefbd038b3bffcfa1e63e1fb0a31c..22ad74de45253901712aafbf42ae874651ab8941 100644 (file)
@@ -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 '