Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16113
Modified Files:
try_patches.sh
Log Message:
- When using bash features, bash should be the interpreter...
Index: try_patches.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/try_patches.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- try_patches.sh 1 Oct 2005 14:20:21 -0000 1.3
+++ try_patches.sh 21 Dec 2005 12:43:07 -0000 1.4
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
function remove_leading_zero() {
local NUMBER
|