about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-27 20:39:26 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-27 20:39:26 +0200
commit4c3aefc77620e6f77452151b0d20febb622dc0be (patch)
treebfc7d2307858e8924db841fb5d593d78f6318b94
parentskip these tests, need to find something better (diff)
downloadjitterbug-4c3aefc77620e6f77452151b0d20febb622dc0be.tar.gz
ho, I hate bash
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index ad6343f..0535529 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -20,7 +20,7 @@ do
     perlversion=$(perl -v)
     logfile="$report_path/$theperl.txt"
 
-    if [ -f 'dist.ini' ]
+    if [ -f 'dist.ini' ]; then
         dzil authordeps | cpanm
         cpanm --installdeps .
         HARNESS_VERBOSE=1 dzil test >> $logfile  2>&1