summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 22:08:50 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-13 23:48:28 +0000
commit507588f7f9ee684958f088182fd20ac673ddc643 (patch)
tree28b58186404270973a9a6b5e76b99920e631abc1 /infrastructure
parent381622e323f75fc48cf67869a7629e48419dc242 (diff)
Install OpenSSL, etc. in parent directory of source checkout.
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/mingw/compile-boxbackup-cygwin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/infrastructure/mingw/compile-boxbackup-cygwin.sh b/infrastructure/mingw/compile-boxbackup-cygwin.sh
index 88294218..38e94735 100755
--- a/infrastructure/mingw/compile-boxbackup-cygwin.sh
+++ b/infrastructure/mingw/compile-boxbackup-cygwin.sh
@@ -3,6 +3,9 @@
set -e
set -x
+basedir=`cd $(dirname $0)/../../.. && pwd`
+cd $basedir
+
wget -c https://cygwin.com/setup-x86_64.exe \
|| powershell wget https://cygwin.com/setup-x86_64.exe -UseBasicParsing -outfile setup-x86_64.exe