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

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

export DOWNLOAD_TAG="2011-04-12"
export WIRESHARK_TARGET_PLATFORM="win64"

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

exec $WIN_SETUP $@