[Pkg-samba-maint] r2014 - branches/samba/experimental/debian/patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sun Jul 6 09:51:46 UTC 2008
Author: bubulle
Date: 2008-07-06 09:51:46 +0000 (Sun, 06 Jul 2008)
New Revision: 2014
Modified:
branches/samba/experimental/debian/patches/smbtar-bashism.patch
Log:
Merge r1958
Modified: branches/samba/experimental/debian/patches/smbtar-bashism.patch
===================================================================
--- branches/samba/experimental/debian/patches/smbtar-bashism.patch 2008-07-06 09:51:16 UTC (rev 2013)
+++ branches/samba/experimental/debian/patches/smbtar-bashism.patch 2008-07-06 09:51:46 UTC (rev 2014)
@@ -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