From: Jan-Benedict G. <jb...@us...> - 2007-07-07 17:03:17
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10948 Modified Files: try_patches.sh Log Message: * Should work with POSIX sh. Index: try_patches.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/try_patches.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- try_patches.sh 5 Jan 2006 19:58:14 -0000 1.8 +++ try_patches.sh 7 Jul 2007 17:03:14 -0000 1.9 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh function remove_leading_zero() { local NUMBER @@ -78,4 +78,3 @@ elif [ $# -eq 4 ]; then try_patches "${1}" "${2}" "${3}" "`remove_leading_zero "${4}"`" fi - |