Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10156
Modified Files:
update_upstream_cvs_sandboxes.sh
Log Message:
* This script should work with any POSIX sh.
Index: update_upstream_cvs_sandboxes.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/update_upstream_cvs_sandboxes.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- update_upstream_cvs_sandboxes.sh 7 Jul 2007 16:44:07 -0000 1.10
+++ update_upstream_cvs_sandboxes.sh 7 Jul 2007 17:01:35 -0000 1.11
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
if [ ! -d "${UPSTREAM_SANDBOXES_PATH}" ]; then
echo "\$UPSTREAM_SANDBOXES_PATH isn't set--please source vax_toolchain_config to set it" >&2
@@ -14,6 +14,7 @@
fi
+
#
# CVS managed archives
#
|