summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorcbiere <cbiere@NetBSD.org>2006-10-24 17:33:39 +0000
committercbiere <cbiere@NetBSD.org>2006-10-24 17:33:39 +0000
commitf105b834ae13d91be12967c8edc72daa649f2a60 (patch)
treef73b9e097e2d13bc479fdc854f9f0ca9fb479963 /gnu/libexec
parent9ed827d9441b6ec714028da449840f80b3ca3c85 (diff)
Applied patches from PR bin/24256 to pass command-line arguments as-is.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/uusched/uusched.in2
-rw-r--r--gnu/libexec/uucp/uuto/uuto.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uusched/uusched.in b/gnu/libexec/uucp/uusched/uusched.in
index 5acb86a5c48..4170f976b53 100644
--- a/gnu/libexec/uucp/uusched/uusched.in
+++ b/gnu/libexec/uucp/uusched/uusched.in
@@ -10,4 +10,4 @@
# This is pretty trivial, since all the functionality was moved into
# uucico itself.
#
-exec @SBINDIR@/uucico -r1 $*
+exec @SBINDIR@/uucico -r1 "$@"
diff --git a/gnu/libexec/uucp/uuto/uuto.in b/gnu/libexec/uucp/uuto/uuto.in
index 26a0dc7c15f..fd850bef521 100644
--- a/gnu/libexec/uucp/uuto/uuto.in
+++ b/gnu/libexec/uucp/uuto/uuto.in
@@ -13,4 +13,4 @@
# -c means to not copy the files to the spool directory (may be
# overriden by -C or -p).
#
-exec @BINDIR@/uucp -t -R -c $*
+exec @BINDIR@/uucp -t -R -c "$@"