Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4603
Modified Files:
run-sbcl.sh version.lisp-expr
Log Message:
1.0.36.39: report location correctly in run-sbcl.sh
* Thanks to Attila Lendvai for noticing. In despite the freeze.
Index: run-sbcl.sh
===================================================================
RCS file: /cvsroot/sbcl/sbcl/run-sbcl.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- run-sbcl.sh 15 Sep 2009 20:23:40 -0000 1.5
+++ run-sbcl.sh 25 Mar 2010 12:24:39 -0000 1.6
@@ -40,7 +40,7 @@
fi
if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then
- echo "(running SBCL from: `pwd`)"
+ echo "(running SBCL from: $BASE)"
SBCL_HOME="$BASE"/contrib "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
else
echo "No built SBCL here ($BASE): run 'sh make.sh' first!"
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4790
retrieving revision 1.4791
diff -u -d -r1.4790 -r1.4791
--- version.lisp-expr 23 Mar 2010 18:06:05 -0000 1.4790
+++ version.lisp-expr 25 Mar 2010 12:24:39 -0000 1.4791
@@ -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.36.38"
+"1.0.36.39"
|