summaryrefslogtreecommitdiff
path: root/buildlab.in
diff options
context:
space:
mode:
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"
}