From a7fabaec5fa08dc8a6ac34bbda0cfa7f0486bc67 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Aug 2004 12:41:13 +0000 Subject: 2004-08-18 Ralf Corsepius PR 673/make_build * config-ml.in: Quote 'cd "${ml_origdir}"'. Quote 'cd "${ML_POPDIR}"'. --- ChangeLog | 7 +++++++ config-ml.in | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0da6745795..e4277ba42a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ +2004-08-18 Ralf Corsepius + + PR 673/make_build + * config-ml.in: Quote 'cd "${ml_origdir}"'. + Quote 'cd "${ML_POPDIR}"'. + 2004-08-17 Ralf Corsepius + PR 673/make_build * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses. 2004-07-14 Joel Sherrill diff --git a/config-ml.in b/config-ml.in index 70ef0fdcca..807cc0b2cb 100644 --- a/config-ml.in +++ b/config-ml.in @@ -638,11 +638,11 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then exit 1 fi - cd ${ML_POPDIR} + cd "${ML_POPDIR}" done - cd ${ml_origdir} + cd "${ml_origdir}" fi fi # ${ml_toplevel_p} = yes -- cgit v1.2.3