Change 30125 by [EMAIL PROTECTED] on 2007/02/05 10:05:10

        Quote fix by Jarkko

Affected files ...

... //depot/perl/cflags.SH#44 edit

Differences ...

==== //depot/perl/cflags.SH#44 (xtext) ====
Index: perl/cflags.SH
--- perl/cflags.SH#43~30019~    2007-01-26 10:28:42.000000000 -0800
+++ perl/cflags.SH      2007-02-05 02:05:10.000000000 -0800
@@ -299,7 +299,7 @@
   # but then whined about.
   for f in -Wdeclaration-after-statement -std=c89
   do
-    ccflags="`echo $ccflags|sed 's/$f/ /'`"
+    ccflags=`echo $ccflags|sed 's/$f/ /'`
   done
   ;;
 esac
End of Patch.

Reply via email to