From df4f82405bf59cdb388515fa9694f9922aa38d42 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 4 Jan 2011 14:16:42 -0800 Subject: Fix syntax error in capsule.sh --- 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 5d9c57c..b4be0d9 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -24,7 +24,7 @@ do dzil authordeps | cpanm cpanm --installdeps . HARNESS_VERBOSE=1 dzil test >> $logfile 2>&1 - else if [ -f 'Build.PL' ]; then + elif [ -f 'Build.PL' ]; then perl Build.PL ./Build installdeps HARNESS_VERBOSE=1 ./Build test >> $logfile 2>&1 -- cgit v1.2.3