Wireshark-commits: [Wireshark-commits] rev 31538: /trunk/tools/ /trunk/tools/: win-setup.sh

Date: Fri, 15 Jan 2010 21:09:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31538

User: wmeier
Date: 2010/01/15 01:09 PM

Log:
 For now: Add hack so \r ignored when win-setup.sh is invoked from a cygwin bash shell.
 
 See: http://www.mail-archive.com/cygwin-announce@xxxxxxxxxx/msg01711.html
 
 Note: another way to do this (as described in the above) might be to
 "export the environment variable SHELLOPTS with igncr included in it.
 It is read-only from within bash, but you can set it before invoking bash; 
 once in bash, it auto-tracks the current state of 'set -o igncr' 
 or 'shopt -s igncr'.  If exported, then all bash child processes inherit
 the same option settings".

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