[slime-cvs] CVS slime
    CVS User trittweiler 
    trittweiler at common-lisp.net
       
    Mon Oct 26 19:17:00 UTC 2009
    
    
  
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv18796
Modified Files:
	test.sh ChangeLog 
Log Message:
	* test.sh: Shebang on bash, not just on sh.
--- /project/slime/cvsroot/slime/test.sh	2008/10/26 21:17:58	1.21
+++ /project/slime/cvsroot/slime/test.sh	2009/10/26 19:17:00	1.22
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Run the SLIME test suite inside screen, saving the results to a file.
 
--- /project/slime/cvsroot/slime/ChangeLog	2009/10/25 18:44:35	1.1888
+++ /project/slime/cvsroot/slime/ChangeLog	2009/10/26 19:17:00	1.1889
@@ -1,3 +1,7 @@
+2009-10-26  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* test.sh: Shebang on bash, not just on sh.
+
 2009-10-25  Tobias C. Rittweiler <tcr at freebits.de>
 
 	Revert the reversed numbering of restarts in sldb.
    
    
More information about the slime-cvs
mailing list