diff options
author | Ryan Pavlik <rpavlik@iastate.edu> | 2012-04-26 00:25:45 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-13 16:22:32 (GMT) |
commit | febfb4954177f6fa36e648b67a6da7de342a689b (patch) | |
tree | c6fd5090587ba76e0f5bb03ee2306ba801b7b37a /tools/patch-tool-mxe | |
parent | b69f2a51c167af0da227db638ce1c651fa3bb54d (diff) | |
download | mxe-febfb4954177f6fa36e648b67a6da7de342a689b.zip mxe-febfb4954177f6fa36e648b67a6da7de342a689b.tar.gz mxe-febfb4954177f6fa36e648b67a6da7de342a689b.tar.bz2 |
patch tool: Ensure the gits directory exists
Diffstat (limited to 'tools/patch-tool-mxe')
-rwxr-xr-x | tools/patch-tool-mxe | 1 |
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> |