From eb256f87d26f76bf60b32042fceec51f0a7a43ed Mon Sep 17 00:00:00 2001 From: knaccc Date: Mon, 28 Jan 2019 23:08:06 +0000 Subject: [PATCH] fixed import script --- bin/import-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import-packages.sh b/bin/import-packages.sh index 196b311..2cb330b 100755 --- a/bin/import-packages.sh +++ b/bin/import-packages.sh @@ -39,7 +39,7 @@ fi if [ ! -d "$basedir/import/javafx-sdk-11.0.2" ]; then if [ $(uname -s) = Darwin ]; then - wget JAVAFX_SDK_DOWNLOAD_URL_MAC + wget $JAVAFX_SDK_DOWNLOAD_URL_MAC unzip openjfx-11.0.2_osx-x64_bin-sdk.zip else wget $JAVAFX_SDK_DOWNLOAD_URL_LINUX