renatoathaydes / osgi-run

Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless
Apache License 2.0
54 stars 13 forks source link

Bad subtitution when running run.sh on zsh #41

Closed npetzall closed 8 years ago

npetzall commented 8 years ago

run.sh declares #!/bin/sh but uses ${BASH_SOURCE[ 0 ]} which is bash an not sh.

So zsh complain with Bad substitution.