From bd6999db7b8e63614b767e15b32ee2f8884fe734 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 26 Jan 2016 15:18:31 -0500 Subject: [PATCH] made the error message more explicit for missing gffs variables. --- scripts/buildor/gffs_builders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.34.1