From 31ca690ef560803ba6490e21337f7c43eba10d6f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Aug 2004 11:06:47 +0000 Subject: 2004-08-18 Ralf Corsepius PR 673/make_build * aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes. --- cpukit/aclocal/rtems-top.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index c3f74304e5..98384caa73 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -45,8 +45,8 @@ case "${with_project_root}" in *) # relative directory sav0dir=`pwd` && cd ./${rtems_updir} sav1dir=`pwd` && cd ../${MULTIBUILDTOP} - sav2dir=`pwd` && cd $sav0dir - mydir=`echo $sav1dir | sed s,^$sav2dir${MULTISUBDIR}/,,` + sav2dir=`pwd` && cd "$sav0dir" + mydir=`echo "$sav1dir" | sed "s,^$sav2dir${MULTISUBDIR}/,,"` PROJECT_ROOT='$(top_builddir)'${rtems_updir}'../$(MULTIBUILDTOP)'${mydir}/${with_project_root} ;; esac],[ -- cgit v1.2.3