Repository: zest-java Updated Branches: refs/heads/develop 160face48 -> 1222d52d5
ZEST-143 - Wrong destination of the JAR file. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/1222d52d Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/1222d52d Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/1222d52d Branch: refs/heads/develop Commit: 1222d52d543f48dac63b7c7485372ab3bd07cb1b Parents: 160face Author: Niclas Hedhman <[email protected]> Authored: Fri Jun 10 13:39:03 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Fri Jun 10 13:39:03 2016 +0800 ---------------------------------------------------------------------- tools/shell/src/dist/bin/zest-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/1222d52d/tools/shell/src/dist/bin/zest-boot ---------------------------------------------------------------------- diff --git a/tools/shell/src/dist/bin/zest-boot b/tools/shell/src/dist/bin/zest-boot index 9db6db8..14013ad 100644 --- a/tools/shell/src/dist/bin/zest-boot +++ b/tools/shell/src/dist/bin/zest-boot @@ -27,10 +27,10 @@ if [ "$MYNAME" == "zest-boot" ] ; then echo "You need either wget or curl installed to use this script." exit 1 else - curl --output $HOME/bin/zest $JAR_URL + curl --output $HOME/bin/ $JAR_URL fi else - wget --output-document=$HOME/bin/zest $HOME/bin/zest $JAR_URL + wget --output-document=$HOME/bin/ $HOME/bin/zest $JAR_URL fi fi else
