Hello,
I'm not sure if this is the correct forum but here goes. I have installed Griffon on my Mint 13 - XFCE virtual machine. I use the following method:
sudo apt-add-repository ppa:groovy-dev/griffon
sudo apt-get update
sudo apt-get install griffon-1.0.2
This seemed to work fine but when I use griffon --version I receive:
/usr/bin/griffon: 144: /usr/bin/startGriffon: [[: not found
------------------------------------------------------------
Griffon 1.0.2
------------------------------------------------------------
Build: 16-Aug-2012 10:36 PM
Groovy: 1.8.6
Ant: 1.8.2
Slf4j: 1.6.4
Spring: 3.1.2.RELEASE
JVM: 1.7.0_07 (Oracle Corporation 23.3-b01)
OS: Linux 3.2.0-23-generic i386
I'm not sure what the 144 error is coming from. I looked at the startGriffon file and line 144 is this:
if [[ $JAVA_HOME =~ $regex ]]; then
Am I missing something? My
java home is set...any help would be great.
Thanks!