Thu Oct 26 10:23:14 1995 steve chamberlain <sac@slash.cygnus.com>
[deliverable/binutils-gdb.git] / cfg-ml-pos.in
index b45c3d8a1ad27cfbef7650d2523abe2dd2b92b3b..34030986d42deef9c01ec9bbc927e5c627cf0ac9 100644 (file)
@@ -12,7 +12,8 @@ if [ -z "${with_multisubdir}" ]; then
   multisubdir=
 else
   multisubdir="/${with_multisubdir}"
-  dotdot=`echo ${with_multisubdir} | sed -e 's:[^/]*:..:g'`
+  # The '[^/][^/]*' appears that way to work around a SunOS sed bug.
+  dotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
   # TOP is used by newlib and should not be used elsewhere for this purpose.
   # MULTITOP is the proper one to use.
   # FIXME: newlib needs to be updated to use MULTITOP so we can delete TOP.
This page took 0.023903 seconds and 4 git commands to generate.