Re-apply r40728 and fix Coverity CID 1371 UNINIT again.
[obnox/wireshark/wip.git] / tools / win32-setup.sh
1 #!/bin/bash
2 #
3 # $Id$
4
5 # 32-bit wrapper for win-setup.sh.
6
7 export DOWNLOAD_TAG="2011-06-27"
8 export WIRESHARK_TARGET_PLATFORM="win32"
9
10 WIN_SETUP=`echo $0 | sed -e s/win32/win/`
11
12 exec $WIN_SETUP $@