Skip to content

Commit

Permalink
Create the bin/ directory if non-existent
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/branches/v8.1@13643 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
glondu committed Nov 17, 2010
1 parent 2df1092 commit a224316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
VERSION=8.1
DATE=`LANG=C date +"%B %Y"`

# Create the bin/ directory if non-existent
test -d bin || mkdir bin

# a local which command for sh
which () {
IFS=":" # set words separator in PATH to be ':' (it allows spaces in dirnames)
Expand Down

0 comments on commit a224316

Please sign in to comment.