From 0b9630227330f4c3b6694aae951f9a538624cc0a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 21 Sep 2015 16:21:29 -0400 Subject: [PATCH] removed the zapem at top, since we don't know the machine doesn't have other gffs containers running. --- scripts/buildor/gffs_builders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildor/gffs_builders.sh b/scripts/buildor/gffs_builders.sh index f5f15b26..556009e6 100644 --- a/scripts/buildor/gffs_builders.sh +++ b/scripts/buildor/gffs_builders.sh @@ -24,7 +24,7 @@ function build_gffs() # echo GENII_INSTALL_DIR is not set. # return 1 # fi - zapem + #zapem pushd "$GENII_INSTALL_DIR" if [ $? -ne 0 ]; then error_sound @@ -54,7 +54,7 @@ function rebuild_gffs() # echo GENII_INSTALL_DIR is not set. # return 1 # fi - zapem + #zapem pushd "$GENII_INSTALL_DIR" ant clean -- 2.34.1