OSSP CVS Repository

ossp - Difference in ossp-pkg/shtool/sh.install versions 1.21 and 1.22
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/shtool/sh.install 1.21 -> 1.22

--- sh.install   2001/06/14 14:24:16     1.21
+++ sh.install   2001/06/14 19:02:54     1.22
@@ -107,7 +107,9 @@
     #   adjust the target file
     if [ ".$opt_e" != . ]; then
         sed='sed'
-        for e in $opt_e; do
+        OIFS="$IFS"; IFS="$ASC_NL"; set -- $opt_e; IFS="$OIFS"
+        for e
+        do
             sed="$sed -e '$e'"
         done
         cp $dsttmp $dsttmp.old

CVSTrac 2.0.1