commit | 0d167af18b6f6dfd9ebf84fbb873114fad7707f5 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Mon Aug 29 11:02:57 2016 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Mon Aug 29 11:03:03 2016 +0200 |
tree | 1fb6f38a542e637a21df38fc4cb439d03db4af82 | |
parent | af7f6fa78f0291a09c98a782d32a31e9f9ecd512 [diff] |
Fix #337 Use the correct bash expansion in install-plugins
diff --git a/install-plugins.sh b/install-plugins.sh index 722fb3f..8b8daee 100755 --- a/install-plugins.sh +++ b/install-plugins.sh
@@ -62,7 +62,7 @@ return 0 fi - JENKINS_UC_DOWNLOAD=${JENKINS_UC_DOWNLOAD=-"$JENKINS_UC/download"} + JENKINS_UC_DOWNLOAD=${JENKINS_UC_DOWNLOAD:-"$JENKINS_UC/download"} url="$JENKINS_UC_DOWNLOAD/plugins/$plugin/$version/${plugin}.hpi"