From c32dc3904b5ff3298c004a84ac0802122e1ffeb3 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 27 Jul 1995 21:37:26 +0000 Subject: [PATCH] Document sed bug. --- cfg-ml-pos.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg-ml-pos.in b/cfg-ml-pos.in index b66bb0799ae..34030986d42 100644 --- a/cfg-ml-pos.in +++ b/cfg-ml-pos.in @@ -12,6 +12,7 @@ if [ -z "${with_multisubdir}" ]; then multisubdir= else multisubdir="/${with_multisubdir}" + # 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. -- 2.30.2