~ubuntu-branches/ubuntu/lucid/mc/lucid

« back to all changes in this revision

Viewing changes to debian/patches/debian/03_use_awk_first.patch

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-09-16 10:38:59 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080916103859-2uwn8w61xk5mbxxq
Tags: 2:4.6.2~git20080311-4
Corrected fix for odt2txt issue (Closes: #492019) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nurwd mc-4.6.2~pre1/configure mc-4.6.2~pre1.patched/configure
 
2
--- ./configure 2007-09-11 16:33:32.000000000 +0200
 
3
+++ ./configure 2008-01-24 23:37:34.000000000 +0100
 
4
@@ -1562,7 +1562,7 @@
 
5
   fi
 
6
 fi
 
7
 
 
8
-for ac_prog in gawk mawk nawk awk
 
9
+for ac_prog in awk gawk mawk nawk
 
10
 do
 
11
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
12
 set dummy $ac_prog; ac_word=$2