summaryrefslogtreecommitdiff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 1 insertions, 1 deletions
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