Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools win32-setup.sh

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Sun, 25 Apr 2004 17:14:43 -0500 (CDT)
obiot       2004/04/25 17:14:43 CDT

  Modified files:
    tools                win32-setup.sh 
  Log:
  Add code for HTTP proxy detection based on the http_proxy shell variable.
  
  Fix the tests with string equal empty_string:
  	"$str" == ""
  is either
  	"$str" = ""
  or
  	-z "$str"
  
  Revision  Changes    Path
  1.3       +14 -7     ethereal/tools/win32-setup.sh