aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.sh
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-12-16 20:54:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-12-16 20:54:40 +0000
commit65a85f0fba137776b504c606a32f1f5a85b96abc (patch)
treecfc683b9410806341692e9d03bbe0fbd346d8459 /tools/win-setup.sh
parent8c1b66f33a2bf502ca11a8431339ab26581bf27d (diff)
Use gtk+-bundle_2.16.6-20091215_win32
svn path=/trunk/; revision=31285
Diffstat (limited to 'tools/win-setup.sh')
-rw-r--r--tools/win-setup.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index e2092c854d..772c5fa5e7 100644
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -18,13 +18,12 @@ if [ -z "$WIRESHARK_TARGET_PLATFORM" ]; then
err_exit "WIRESHARK_TARGET_PLATFORM not defined (internal error)"
fi
+# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
+#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/trunk/packages/"
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages/"
TAG_FILE="current_tag.txt"
-# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
-#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"
-
err_exit () {
echo ""
for str in "$@" ; do