PERFORCE change 147569 for review

Konrad Jankowski konrad at FreeBSD.org
Sat Aug 16 17:31:33 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147569

Change 147569 by konrad at vspredator on 2008/08/16 17:31:03

	Make sed command less confusing.

Affected files ...

.. //depot/projects/soc2008/konrad_collation/scripts/localedef.sh#4 edit

Differences ...

==== //depot/projects/soc2008/konrad_collation/scripts/localedef.sh#4 (text+ko) ====

@@ -19,7 +19,7 @@
 
 # Cut out the collation data. Erase carriage return.
 # Comment out lines starting with "*";
-sed -n -e "$LINE1,${LINE2}p" $SRC | tr -d '\r$' | sed -e 's/^*/#/g' > $OUTFILE
+sed -n -e "$LINE1,${LINE2}p" $SRC | tr -d '\r$' | sed -e 's/^\*/#/g' > $OUTFILE
 
 #printf "1a\ncharmap /usr/home/versus/colldef.apple/data2/UTF-8.cm.new\n.\nwq\n" | ed -s $OUTFILE
 # insert second line with charmap specification


More information about the p4-projects mailing list