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

Date: Tue, 16 Feb 2010 01:08:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31894

User: guy
Date: 2010/02/15 05:08 PM

Log:
 At least part of the problem is that Bash's test command appears not to
 do short-circuit evaluation, so you can't do
 
 	if [ {test 1} -a {test that's not safe if test1 is false} ]
 	then
 		...
 	fi
 
 so don't do that.

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