[SVN] r287 - /trunk/cyrus-imapd-2.2.12/debian/examples/editsieve

debian at incase.de debian at incase.de
Mon Feb 6 16:12:55 UTC 2006


Author: sven
Date: Mon Feb  6 17:12:54 2006
New Revision: 287

URL: https://mail.incase.de/viewcvs?rev=287&root=cyrus22&view=rev
Log:
Fix a typo (two missing quotes) in sample script editsieve

Modified:
    trunk/cyrus-imapd-2.2.12/debian/examples/editsieve

Modified: trunk/cyrus-imapd-2.2.12/debian/examples/editsieve
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.12/debian/examples/editsieve?rev=287&root=cyrus22&r1=286&r2=287&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.12/debian/examples/editsieve (original)
+++ trunk/cyrus-imapd-2.2.12/debian/examples/editsieve Mon Feb  6 17:12:54 2006
@@ -233,7 +233,7 @@
 	fi
 done
 echo "copying file ${SCRIPTNAME} to ${SCRIPTNAME}.edited"
-cp "${CONFDIR}/${SCRIPTNAME} ${CONFDIR}/${SCRIPTNAME}.edited"
+cp "${CONFDIR}/${SCRIPTNAME}" "${CONFDIR}/${SCRIPTNAME}.edited"
 # check wether the file changed at all. If not, we can skip uploading
 echo trying diff
 if diff -q "${CONFDIR}/${SCRIPTNAME}.orig" "${CONFDIR}/${SCRIPTNAME}"; then



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list