From 2bf861c94c319b634c6db9cad0c0697fd47b105d Mon Sep 17 00:00:00 2001 From: Eric Rasche Date: Tue, 13 Sep 2016 20:17:21 +0000 Subject: [PATCH] Fixing automation --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a72350c..7372cb4 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ patch -p1 < /opt/fix_relationshiptype_lc.diff mv /opt/load.conf.tt2 /build/Chado-${BRANCH}/chado/load/tt2/load.conf.tt2 # Remove old versions in case bad things happen -rm /host/* +rm -f /host/* VERSION=$(cat Makefile.PL | grep 'my $VERSION' | sed 's/.* = //g;s/;//';)