summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Herzberg <herzi@src.gnome.org>2004-02-27 00:19:22 +0000
committerSven Herzberg <herzi@src.gnome.org>2004-02-27 00:19:22 +0000
commit865f060ad2625847cb14c7836222ee7277c54ced (patch)
tree24713f00d7e224ab53f7bc26c4099e6c3b045984
parent4c17390b0e19bef4f988aca76726ad35f2b4da4c (diff)
downloadgnome-common-865f060ad2625847cb14c7836222ee7277c54ced.tar.gz
fix bug #135557
svn path=/trunk/; revision=3438
-rw-r--r--ChangeLog4
-rw-r--r--macros2/autogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26f776d..5773f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-27 Sven Herzberg <herzi@abi02.de>
+
+ * macros2/autogen.sh: fix #135557
+
2004-02-17 Mark McLoughlin <mark@skynet.ie>
* doc-build/xmldocs.make: fix one last occurrence of
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index 4d94e49..c9c6f85 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -384,7 +384,7 @@ for configure_ac in $configure_files; do
printbold "Running $AUTOCONF..."
$AUTOCONF || exit 1
- cd $topdir
+ cd "$topdir"
fi
done