summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-09-16 05:51:41 -0600
committerEric Blake <ebb9@byu.net>2008-09-16 05:51:41 -0600
commitce29ff7a556f2ddd44263caa1123346f7af2d80a (patch)
treed4fc05350bf3480a5dc3e002b127a217a659787f
parentc8c770396a227c4e5e1359134dde14cff681da20 (diff)
downloadm4-ce29ff7a556f2ddd44263caa1123346f7af2d80a.tar.gz
Fix bootstrap for Solaris /bin/sh.
* bootstrap: Avoid shell quoting pitfall. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstrap4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ffd3569..258bb778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-16 Eric Blake <ebb9@byu.net>
+
+ Fix bootstrap for Solaris /bin/sh.
+ * bootstrap: Avoid shell quoting pitfall.
+
2008-09-01 Eric Blake <ebb9@byu.net>
Fix building with -DDEBUG=1.
diff --git a/bootstrap b/bootstrap
index 48169724..f3a672ef 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# bootstrap (GNU M4) version 2008-08-15
+# bootstrap (GNU M4) version 2008-09-16
# Written by Gary V. Vaughan <gary@gnu.org>
# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
@@ -40,7 +40,7 @@
: ${AUTORECONF=autoreconf}
: ${GNULIB_TOOL=gnulib-tool}
-: ${RM=rm -f}
+: ${RM='rm -f'}
: ${SED=sed}
# Ensure file names are sorted consistently across platforms.