• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Griffon Error

 
Greenhorn
Posts: 8
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Chris Bohannon
Greenhorn
Posts: 8
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fixed with this this:

dpkg-reconfigure dash

-Chris
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic