From 86df0245b77c1ef2de18890214c37f6a67c385cc Mon Sep 17 00:00:00 2001 From: "Jenkins T. Quantopian, III" Date: Fri, 3 Feb 2012 05:18:56 +0000 Subject: [PATCH] fixed shell declarations --- jenkins.sh | 2 ++ ordered_pip.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 1d18a3e6..7de53865 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -1,3 +1,5 @@ +#!/bin/bash + if [ -n "${VAR:-x}" ]; then WORKSPACE=. fi diff --git a/ordered_pip.sh b/ordered_pip.sh index c0b12cec..ca3fa440 100755 --- a/ordered_pip.sh +++ b/ordered_pip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo $hash while read line