From febfb4954177f6fa36e648b67a6da7de342a689b Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 25 Apr 2012 19:25:45 -0500 Subject: patch tool: Ensure the gits directory exists --- tools/patch-tool-mxe | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12