[Debian-live-changes] r1873 - dists/trunk/live-webhelper/scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 17:03:21 UTC 2007


Author: daniel
Date: 2007-05-29 17:03:21 +0000 (Tue, 29 May 2007)
New Revision: 1873

Modified:
   dists/trunk/live-webhelper/scripts/cgi
Log:


Modified: dists/trunk/live-webhelper/scripts/cgi
===================================================================
--- dists/trunk/live-webhelper/scripts/cgi	2007-05-29 17:02:13 UTC (rev 1872)
+++ dists/trunk/live-webhelper/scripts/cgi	2007-05-29 17:03:21 UTC (rev 1873)
@@ -44,8 +44,8 @@
 if [ -z "${QUERY_STRING}" ]
 then
 	# Sending html form
-	sed -i	-e "s/VERSION/${VERSION}/" \
-		-e "s/DATE/`date +%Y%m%d-%H:%M`/" \
+	sed -e "s/VERSION/${VERSION}/" \
+	    -e "s/DATE/`date +%Y%m%d-%H:%M`/" \
 	"${TEMPLATES}"/form.html
 else
 	# Converting spaces:	sed "s/+/ /g"




More information about the Debian-live-changes mailing list