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:57:20 -0600
commit1948a3f2b75f967d540b37bea3485282e407c922 (patch)
tree1443d9fffeab5920b41f3dee2e50336243f085cd
parent0052651d855f65a3b22f05a580d9003d616bd260 (diff)
downloadm4-1948a3f2b75f967d540b37bea3485282e407c922.tar.gz
Fix bootstrap for Solaris /bin/sh.
* bootstrap: Avoid shell quoting pitfall. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit ce29ff7a556f2ddd44263caa1123346f7af2d80a)
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstrap4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c35a0b..1acc1676 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 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Typos in source code comments.
diff --git a/bootstrap b/bootstrap
index bea1a468..7bd9f7ee 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# bootstrap (GNU M4) version 2008-08-18
+# bootstrap (GNU M4) version 2008-09-16
# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
@@ -51,7 +51,7 @@
: ${GNULIB_TOOL=gnulib-tool}
: ${LIBTOOLIZE=libtoolize}
: ${M4=m4}
-: ${RM=rm -f}
+: ${RM='rm -f'}
: ${SED=sed}
# Ensure file names are sorted consistently across platforms.