use consistent bash shebang. closes #959

This commit is contained in:
Michael Hobbs
2015-02-08 22:34:35 -08:00
parent c2fa43384c
commit ef583eef66
14 changed files with 14 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "python/flask"