96e706663b57d8cb94ce6a353fa9c2c5452790dd
[metze/wireshark/wip.git] / tools / win64-setup.sh
1 #!/bin/bash
2 #
3 # $Id$
4
5 # 64-bit wrapper for win-setup.sh.
6
7 export DOWNLOAD_TAG="2012-12-19"
8 export WIRESHARK_TARGET_PLATFORM="win64"
9
10 WIN_SETUP=`echo $0 | sed -e s/win64/win/`
11
12 exec $WIN_SETUP $@