summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2012-04-26 00:25:45 (GMT)
committerRyan Pavlik <rpavlik@iastate.edu>2012-05-07 17:56:59 (GMT)
commitf212b7479b0f9257863686f9751813df19cfb225 (patch)
tree088d5d8da4ea0c988fa1a951c70b7a03c5dad60a
parent07c4050afc77598406aafc7c1e8e91bca00bf41c (diff)
downloadmxe-f212b7479b0f9257863686f9751813df19cfb225.zip
mxe-f212b7479b0f9257863686f9751813df19cfb225.tar.gz
mxe-f212b7479b0f9257863686f9751813df19cfb225.tar.bz2
patch tool: Ensure the gits directory exists
-rwxr-xr-xtools/patch-tool-mxe1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe
index 3937c9c..8c30eb1 100755
--- a/tools/patch-tool-mxe
+++ b/tools/patch-tool-mxe
@@ -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>