changeset 2487:c7e932c8046d

patch tool: Ensure the gits directory exists
author Ryan Pavlik <rpavlik@iastate.edu>
date Wed, 25 Apr 2012 19:25:45 -0500
parents a866a8b8beab
children d9f6c4ade221
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>