From 0598fb8f6db1a64d6b5f95e5c951c30e390ef28c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Feb 2005 02:50:06 +0000 Subject: 2005-02-08 Ralf Corsepius * aclocal/rtems-top.m4 (rtems_updir): Quote sed args. --- cpukit/aclocal/rtems-top.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/aclocal/rtems-top.m4') diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index 98384caa73..7abeb82ba8 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -20,7 +20,7 @@ AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) AC_SUBST([RTEMS_TOPdir],["$1"]) # HACK: The sed pattern below strips of "../", corresponding to "cpukit/" -rtems_updir="/"m4_if([$2],[],[`echo "$1/" | sed s,^\.\.\/,,`],[$2/]) +rtems_updir="/"m4_if([$2],[],[`echo "$1/" | sed 's,^\.\.\/,,'`],[$2/]) AS_IF([test -n "$with_multisubdir"], [MULTIBUILDTOP=`echo "/$with_multisubdir" | sed 's,/[[^\\/]]*,../,g'`]) -- cgit v1.2.3