OSDN Git Service

(subdirs): Work around Solaris 2.5
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 1996 21:31:55 +0000 (21:31 +0000)
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 1996 21:31:55 +0000 (21:31 +0000)
/usr/xpgr/bin/sed problem with \+\+.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12179 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixproto

index 79c8dfc..4b6f721 100755 (executable)
@@ -142,7 +142,7 @@ for code in ALL STD ; do
          # for C++, so skip those.
          subdirs="$subdirs "`cd $rel_source_dir/$d; find . -type d -print | \
                   sed -e '/^\.$/d' -e "s|^\./|${d}/|" -e 's|^\./||' \
-                    -e '/CC$/d' -e '/\+\+/d'`
+                    -e '/CC$/d' -e '/[+][+]/d'`
          links=
          links=`cd $rel_source_dir; find $d/. -type l -print | \
                       sed -e "s|$d/./|$d/|" -e 's|^\./||'`