Browse Source

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
master
James Duncan Davidson 25 years ago
parent
commit
40bf7243ac
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bootstrap.sh

+ 2
- 0
bootstrap.sh View File

@@ -1,3 +1,5 @@
#!/bin/sh

if [ -f $HOME/.antrc ] ; then
. $HOME/.antrc
fi


Loading…
Cancel
Save