diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:15:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:15:36 -0400 |
commit | 051a269d2ff56d5ab01301c965a7f7d0799bc441 (patch) | |
tree | edde0e7a702a5fa2765f955f321f6798b5b1d264 /test/testenv | |
parent | 114aa9971f3273bc0738386bd5d7b02531aeea37 (diff) |
clean up shebangs
Diffstat (limited to 'test/testenv')
-rwxr-xr-x | test/testenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testenv b/test/testenv index dcc54fa..c1b52b0 100755 --- a/test/testenv +++ b/test/testenv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Parse the arguments NETWORK=true |