summaryrefslogtreecommitdiff
path: root/buildlab.in
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-21 00:16:38 -0400
committerMax Rees <maxcrees@me.com>2019-07-21 00:16:38 -0400
commit0a84eaef04242650c8b75fd3826ac7d02a34e0bf (patch)
treeba91e1f36e39863bc6d1e5adcdf4954424a15590 /buildlab.in
parent91988824d1ede90e371fbcb7461f73a7747ddebd (diff)
downloadabuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.gz
abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.bz2
abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.xz
abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.zip
dash is my god now. and it hungers for quotes around local var= expansions.
Diffstat (limited to 'buildlab.in')
-rw-r--r--buildlab.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlab.in b/buildlab.in
index b5129ff..e8d3d09 100644
--- a/buildlab.in
+++ b/buildlab.in
@@ -49,7 +49,7 @@ die() {
}
runpart() {
- local part=$1
+ local part="$1"
msg "Running part $part"
$part || die "$part failed"
}