From: Jan-Benedict G. <jb...@us...> - 2005-12-28 17:56:42
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22797 Modified Files: update_upstream_cvs_sandboxes.sh Log Message: - Use bash where bash is needed... Index: update_upstream_cvs_sandboxes.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/update_upstream_cvs_sandboxes.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- update_upstream_cvs_sandboxes.sh 16 Dec 2005 11:50:28 -0000 1.6 +++ update_upstream_cvs_sandboxes.sh 28 Dec 2005 17:56:30 -0000 1.7 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash if [ ! -d "${UPSTREAM_SANDBOXES_PATH}" ]; then echo "\$UPSTREAM_SANDBOXES_PATH isn't set--please source vax_toolchain_config to set it" >&2 |