> @@ -0,0 +1,70 @@
> +#!/bin/sh
> +
> +set -o errexit
> +
> +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"Is this `BASH_SOURCE` variable available in the `sh` shell? If it is bash specific, the script header should be changed to `#!/bin/bash`. Related to this, if I am not wrong the `-n` parameter in the `read` command is bash specific too. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/106/files#r13407290
