summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2012-04-26 00:25:45 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-13 16:22:32 (GMT)
commitfebfb4954177f6fa36e648b67a6da7de342a689b (patch)
treec6fd5090587ba76e0f5bb03ee2306ba801b7b37a
parentb69f2a51c167af0da227db638ce1c651fa3bb54d (diff)
downloadmxe-febfb4954177f6fa36e648b67a6da7de342a689b.zip
mxe-febfb4954177f6fa36e648b67a6da7de342a689b.tar.gz
mxe-febfb4954177f6fa36e648b67a6da7de342a689b.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>