about summary refs log tree commit diff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 14:16:42 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 14:16:42 -0800
commitdf4f82405bf59cdb388515fa9694f9922aa38d42 (patch)
tree9db812881f1a4e6217acfb2c8d0c9692a616947c /scripts/capsule.sh
parentupdate manifests and .gitignore (diff)
downloadjitterbug-df4f82405bf59cdb388515fa9694f9922aa38d42.tar.gz
Fix syntax error in capsule.sh
Diffstat (limited to 'scripts/capsule.sh')
-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