patch tool: Ensure the gits directory exists

This commit is contained in:
Ryan Pavlik 2012-04-25 19:25:45 -05:00
parent 07c4050afc
commit f212b7479b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ mxedir=$(cd $(dirname $0) && cd .. && pwd)
# directory for unpacked tarballs/git repos
gitsdir=${mxedir}/gits
mkdir -p ${gitsdir}
# John Doe <John Doe@acme.org>