[Po4a-commits] "po4a html-build-upload.sh,1.26,1.27"

Denis Barbier barbier-guest at alioth.debian.org
Wed Jul 28 05:56:36 UTC 2010


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv27939

Modified Files:
	html-build-upload.sh 
Log Message:
html-build-upload.sh contains bashisms, use /bin/bash on shebang line


Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- html-build-upload.sh	28 Jul 2010 05:50:50 -0000	1.26
+++ html-build-upload.sh	28 Jul 2010 05:56:33 -0000	1.27
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # vim: set noexpandtab tw=0:
 # Rebuild the documentation and upload this to the web server.
 




More information about the Po4a-commits mailing list