(subdirs): Work around Solaris 2.5
authorPaul Eggert <eggert@gnu.org>
Thu, 6 Jun 1996 21:31:55 +0000 (21:31 +0000)
committerPaul Eggert <eggert@gnu.org>
Thu, 6 Jun 1996 21:31:55 +0000 (21:31 +0000)
/usr/xpgr/bin/sed problem with \+\+.

From-SVN: r12179

gcc/fixproto

index 79c8dfc3aff79049a22305282ee80f35494ef905..4b6f721cbef0cda28e44a9fa0b0177eabc9e1bd8 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|^\./||'`