From: Heiko Z. <smi...@us...> - 2010-12-02 18:18:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11949/scripts Modified Files: functions Log Message: oops Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- functions 21 Nov 2010 00:18:32 -0000 1.69 +++ functions 2 Dec 2010 18:18:13 -0000 1.70 @@ -524,8 +524,8 @@ fi } -# patch_from_PATCH <path-to-patch> <-pX> -function patch_from_PATCH { +# patch_from_file <path-to-patch> <-pX> +function patch_from_file { PATCH=$1 EXTENSION=${PATCH##*.} P=$2 |