1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/freebsd-uucp/files/patch-uuto.in
Dirk Meyer e1b310e974 - have uuto support spaces in filenames
Submitted by:	Klaus T. Aehlig
2009-03-20 10:28:59 +00:00

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 "$@"