From: Jan-Benedict G. <jb...@us...> - 2005-12-30 21:15:41
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10019 Modified Files: _Patch Log Message: - If you want to patch, it would help to invoke patch instead of diff... Index: _Patch =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/_Patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- _Patch 28 Dec 2005 17:21:05 -0000 1.1 +++ _Patch 30 Dec 2005 21:15:32 -0000 1.2 @@ -2,6 +2,6 @@ case "`uname -s`" in Linux) exec patch "$@";; - *) exec gdiff "$@";; + *) exec gpatch "$@";; esac |