aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
blob: b677436c95d3e95d7b6486fa19ba3e2c3fe6b2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# $Id$

# 32-bit wrapper for win-setup.sh.

export DOWNLOAD_TAG="2010-01-19"
export WIRESHARK_TARGET_PLATFORM="win32"

WIN_SETUP=`echo $0 | sed -e s/win32/win/`

exec $WIN_SETUP $@