Merge pull request #116 from nathanleclaire/fix_script_bash

Fix scripting issue (systems which don't default to bash)
This commit is contained in:
Ben Firshman 2014-12-17 18:36:03 +00:00
commit d16614757e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -e set -e
if [ -z "$1" ]; then if [ -z "$1" ]; then