changeset 2591:18ccf1818b74

patch tool: Ensure the gits directory exists
author Ryan Pavlik <rpavlik@iastate.edu>
date Wed, 25 Apr 2012 19:25:45 -0500
parents 35e225e1b841
children 6748072ffec9
files tools/patch-tool-mxe
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/patch-tool-mxe	Wed Apr 25 19:25:36 2012 -0500
+++ b/tools/patch-tool-mxe	Wed Apr 25 19:25:45 2012 -0500
@@ -12,6 +12,7 @@
 # directory for unpacked tarballs/git repos
 gitsdir=${mxedir}/gits
 
+mkdir -p ${gitsdir}
 
 
 # John Doe <John Doe@acme.org>