Wireshark-commits: [Wireshark-commits] rev 31889: /trunk/tools/ /trunk/tools/: win-setup.sh
Date: Mon, 15 Feb 2010 23:26:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31889

User: guy
Date: 2010/02/15 03:26 PM

Log:
 The problem was that if you do, for example:
 
 	foo=`echo`
 
 $foo won't be empty, it'll include the newline at the end of the output
 of "echo".  The same applies for any other command; strip newlines from
 the output of regtool to avoid that problem.

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