lib/Tools/latex
changeset 16170 75cb95f4825f
parent 16163 a9f460f16fd6
child 16171 3c939bb52420
--- a/lib/Tools/latex	Wed Jun 01 12:30:50 2005 +0200
+++ b/lib/Tools/latex	Wed Jun 01 14:16:45 2005 +0200
@@ -87,8 +87,9 @@
   do
     TARGET="$DIR"/$(basename $STYLEFILE)
     rm -f $TARGET
-    "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$/originating from CVS: $1/g; print;' $STYLEFILE > $TARGET
-    # the [I] is there to prevent CVS from expanding $Id...$ itself ;-)
+    "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$//g; print;' "$STYLEFILE" > "$TARGET"
+    #~ "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$/originating from CVS: $1/g; print;' $STYLEFILE > $TARGET
+    #~ # the [I] is there to prevent CVS from expanding $Id...$ itself ;-)
   done
 }