summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-08-18 11:06:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-08-18 11:06:47 +0000
commit31ca690ef560803ba6490e21337f7c43eba10d6f (patch)
tree5572d26ced372212a0eac7525214e4be77e1ce8f /cpukit/aclocal
parent2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-31ca690ef560803ba6490e21337f7c43eba10d6f.tar.bz2
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 673/make_build * aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m44
1 files changed, 2 insertions, 2 deletions
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],[