]> git.wh0rd.org - patches.git/blob - gnuconfig-no-function.patch
more random patches. who knows.
[patches.git] / gnuconfig-no-function.patch
1 Index: testsuite/config-guess.sh
2 ===================================================================
3 RCS file: /cvsroot/config/config/testsuite/config-guess.sh,v
4 retrieving revision 1.4
5 diff -u -p -r1.4 config-guess.sh
6 --- testsuite/config-guess.sh 10 Feb 2005 03:46:56 -0000 1.4
7 +++ testsuite/config-guess.sh 24 Jul 2007 18:21:55 -0000
8 @@ -10,7 +10,7 @@ verbose=false
9 export PATH=`pwd`:$PATH
10 IFS=" " # tab
11
12 -function run_config_guess ()
13 +run_config_guess ()
14 {
15 rc=0
16 while read machine release system version triplet ; do
17 Index: testsuite/config-sub.sh
18 ===================================================================
19 RCS file: /cvsroot/config/config/testsuite/config-sub.sh,v
20 retrieving revision 1.2
21 diff -u -p -r1.2 config-sub.sh
22 --- testsuite/config-sub.sh 10 Feb 2005 03:46:56 -0000 1.2
23 +++ testsuite/config-sub.sh 24 Jul 2007 18:21:55 -0000
24 @@ -9,7 +9,7 @@
25
26 verbose=false
27
28 -function run_config_sub ()
29 +run_config_sub ()
30 {
31 rc=0
32 while read alias canonical ; do