Commit 33ccaa9e authored by Kenneth Reitz's avatar Kenneth Reitz

bash not sh

parent 6b5ec50a
#!/usr/bin/env sh #!/usr/bin/env bash
if [[ ! "$STACK" ]]; then if [[ ! "$STACK" ]]; then
echo '$STACK must be set! (heroku-16 | cedar-14)' echo '$STACK must be set! (heroku-16 | cedar-14)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment