agirbal / umongo

Desktop app to browse and administer your MongoDB cluster
http://www.edgytech.com/umongo/
580 stars 94 forks source link

Change shell interpreter to bash #263

Open andor-pierdelacabeza opened 8 years ago

andor-pierdelacabeza commented 8 years ago

The double bracket test ( [[ ]] ) is bash only (and maybe zsh and ksh), but not sh/dash, so if /bin/sh is marked on the shell script as interpreter, the test will with a: './launch-umongo.sh: 2: ./launch-umongo.sh: [[: not found'