summaryrefslogtreecommitdiff
path: root/lang/python15/files/patch-ag
blob: 5e2feb78c0d3f81b5451cfcd5beba0cc40a5ffa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Modules/makesetup.orig	Fri Dec 11 02:10:29 1998
+++ Modules/makesetup	Mon Aug 23 13:28:50 1999
@@ -101,7 +101,7 @@
 	LIBS=
 	LOCALLIBS=
 	BASELIBS=
-	while read line
+	while read -e line
 	do
 		# Output DEFS in reverse order so first definition overrides
 		case $line in