umongo icon indicating copy to clipboard operation
umongo copied to clipboard

Change shell interpreter to bash

Open andor-pierdelacabeza opened this issue 10 years ago • 0 comments

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'

andor-pierdelacabeza avatar Dec 16 '15 14:12 andor-pierdelacabeza