Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 17:31:33 GMT
From:      Konrad Jankowski <konrad@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147569 for review
Message-ID:  <200808161731.m7GHVX2a050300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147569

Change 147569 by konrad@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808161731.m7GHVX2a050300>