bin/whirr fails on a new release
--------------------------------
Key: WHIRR-209
URL: https://issues.apache.org/jira/browse/WHIRR-209
Project: Whirr
Issue Type: Bug
Components: cli
Affects Versions: 0.3.0
Reporter: Andrei Savu
Assignee: Andrei Savu
Priority: Blocker
Fix For: 0.3.0
Steps to reproduce:
{code}
$ mvn package assembly:assembly
$ cp target/whirr-0.3.0-incubating-SNAPSHOT.tar.gz /tmp
$ cd /tmp
$ tar xvfz whirr-0.3.0-incubating-SNAPSHOT.tar.gz
$ cd whirr-0.3.0-incubating-SNAPSHOT/
$ ./bin/whirr
./bin/whirr: line 24: [:
/tmp/whirr-0.3.0-incubating-SNAPSHOT/bin/../whirr-cli-0.3.0-incubating-SNAPSHOT.jar:
binary operator expected
No CLI JAR found.
{code}
This is related to the changes made in WHIRR-156. I will provide a fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.