mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e1b310e974
Submitted by: Klaus T. Aehlig
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
--- uucp/uuto/uuto.in.orig 2003-06-14 05:04:15.000000000 +0100
|
|
+++ uucp/uuto/uuto.in 2009-01-10 09:47:01.000000000 +0000
|
|
@@ -55,4 +55,4 @@
|
|
*) ;;
|
|
esac
|
|
|
|
-exec @BINDIR@/uucp -t -R -c $*
|
|
+exec @BINDIR@/uucp -t -R -c "$@"
|
|
|