[Pkg-samba-maint] r1958 - trunk/samba/debian/patches
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Sun Jun 15 15:33:56 UTC 2008
Author: ctrlsoft-guest
Date: 2008-06-15 15:33:55 +0000 (Sun, 15 Jun 2008)
New Revision: 1958
Modified:
trunk/samba/debian/patches/smbtar-bashism.patch
Log:
Really fix missing newline.
Modified: trunk/samba/debian/patches/smbtar-bashism.patch
===================================================================
--- trunk/samba/debian/patches/smbtar-bashism.patch 2008-06-15 15:31:14 UTC (rev 1957)
+++ trunk/samba/debian/patches/smbtar-bashism.patch 2008-06-15 15:33:55 UTC (rev 1958)
@@ -17,7 +17,7 @@
echo "server is $server"
# echo "share is $service"
- echo "share is $service\\$cdcmd"
-+ printf "share is %s\\%s" "$service\n" "$cdcmd"
++ printf "share is %s\\%s\n" "$service" "$cdcmd"
echo "tar args is $tarargs"
# echo "password is $password" # passwords should never be sent to screen
echo "tape is $tapefile"
More information about the Pkg-samba-maint
mailing list