• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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
 
And when my army is complete, I will rule the world! But, for now, I'm going to be happy with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic