summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-18 11:41:52 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-18 11:41:52 +0100
commitaa719b6edf8ca9c6a7efc7f506858dd919e231e5 (patch)
treeba5ba3c38d6217d6ecbf9aff1de6ab1687256443 /yarns
parenta87655497c29520853ef244b3af49ebd725fab99 (diff)
downloaddistix-aa719b6edf8ca9c6a7efc7f506858dd919e231e5.tar.gz
Pass each command line arg from step as separate arg
Diffstat (limited to 'yarns')
-rw-r--r--yarns/900-implements.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index 7a8e1b7..4761005 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -19,7 +19,7 @@ global configuration etc.
rm -f "$DATADIR/attempt.exit"
rm -f "$DATADIR/attempt.stdout"
rm -f "$DATADIR/attempt.stderr"
- if "$SRCDIR/distix" --no-default-config "$MATCH_1" \
+ if "$SRCDIR/distix" --no-default-config $MATCH_1 \
> "$DATADIR/attempt.stdout" 2> "$DATADIR/attempt.stderr"
then
echo 0 > "$DATADIR/attempt.exit"