summaryrefslogtreecommitdiff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/capsule.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index abc632d..4d99bba 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -2,6 +2,12 @@
# first arg: build_dir
# second arg: report path
+# third arg: should we use perlbrew?
+
+# this is getting smelly
+builddir=$1
+report_path=$2
+perlbrew=$3
function jitterbug_build () {
if [ -f 'dist.ini' ]; then
@@ -34,10 +40,6 @@ function jitterbug_build () {
fi
}
-# this is getting smelly
-builddir=$1
-report_path=$2
-perlbrew=$3
echo "Creating report_path=$report_path"
mkdir -p $report_path