fixed shell declarations

This commit is contained in:
Jenkins T. Quantopian, III
2012-02-03 05:18:56 +00:00
parent 89a1c88dd2
commit 86df0245b7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
if [ -n "${VAR:-x}" ]; then
WORKSPACE=.
fi
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo $hash
while read line