1.0.41.51: eliminate accidental bash-ism from run-sbcl.sh
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Aug 2010 16:06:34 +0000 (16:06 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Aug 2010 16:06:34 +0000 (16:06 +0000)
 Thanks to Josh "Eagle Eye" Elsasser.

make.sh
version.lisp-expr

diff --git a/make.sh b/make.sh
index 8ab680d..599c8da 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -39,7 +39,7 @@ SBCL_XC_HOST="sbcl --disable-debugger --no-userinit --no-sysinit"
 export SBCL_XC_HOST
 
 # Parse command-line options.
-function bad_option() {
+bad_option() {
     echo $1
     echo "Enter \"$0 --help\" for list of valid options."
     exit 1
index 10015cc..2253b52 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.41.50"
+"1.0.41.51"