wireshark/tools/win32-setup.sh
Gerald Combs ddcd6c5ce7 Use the updated GeoIP package (1.4.8-2).
svn path=/trunk/; revision=42933
2012-05-30 22:55:02 +00:00

13 lines
195 B
Bash
Executable file

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