dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/I18N mklist.sh,1.2,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/I18N mklist.sh,1.2,1.3
Date: Fri, 22 Nov 2002 21:13:49 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/I18N
In directory subversions:/tmp/cvs-serv4926/I18N

Modified Files:
        mklist.sh 
Log Message:


Remove "-" from the "sed" command lines because it doesn't work with
BSD-ish sed programs.


Index: mklist.sh
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/mklist.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mklist.sh   19 Apr 2002 07:15:13 -0000      1.2
--- mklist.sh   23 Nov 2002 02:13:47 -0000      1.3
***************
*** 37,40 ****
  exec "${ILFIND}" --public-only --sub-string I18N $* | \
        grep 'class ' | \
!       sed -e '1,$s/^.*: class //g' - | \
!       sed -e '1,$s/^class //g' - >"${OUTFILE}"
--- 37,40 ----
  exec "${ILFIND}" --public-only --sub-string I18N $* | \
        grep 'class ' | \
!       sed -e '1,$s/^.*: class //g' | \
!       sed -e '1,$s/^class //g' >"${OUTFILE}"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]