From 40bf7243ac6b80a6aca5f4a56b6634b7018db629 Mon Sep 17 00:00:00 2001 From: James Duncan Davidson Date: Wed, 14 Jun 2000 21:23:32 +0000 Subject: [PATCH] Put in proper unix /bin/sh declaration git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267677 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1e70ebcc6..485fc28a6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,5 @@ +#!/bin/sh + if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi