wireshark/tools/win32-setup.sh
Gerald Combs b2a92a4c35 Use the latest User's Guide.
svn path=/trunk/; revision=34470
2010-10-11 16:01:48 +00:00

13 lines
195 B
Bash
Executable file

#!/bin/bash
#
# $Id$
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2010-10-08"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
exec $WIN_SETUP $@