Wireshark-commits: [Wireshark-commits] rev 35788: /trunk/tools/ /trunk/tools/: win-setup.sh
Date: Thu, 03 Feb 2011 19:33:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35788

User: wmeier
Date: 2011/02/03 11:33 AM

Log:
 Fix: Cygwin make fails after updating to bash v 4.1.9.2
 
 Extracts from the cygwin Bash 4.1.9.2 release announcement:
 
 4a. For a single affected script, add this line just after the she-bang:
  (set -o igncr) 2>/dev/null && set -o igncr; # comment is needed
 
 4e. bash-4.1.9-1 dropped support for 'shopt -s igncr';
 
 I'm assuming this is backwards compatible; If not, we'll know quite shortly :)

Directory: /trunk/tools/
  Changes    Path            Action
  +2 -2      win-setup.sh    Modified