From 4c3aefc77620e6f77452151b0d20febb622dc0be Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 27 Sep 2010 20:39:26 +0200 Subject: ho, I hate bash --- scripts/capsule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3