summarylogtreecommitdiffstats
path: root/misc_mdhelper_sh.djgpp.patch
blob: 79a63240461a0d1182b6d317a96f825eb947bdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./misc/mdhelper.sh.orig	2016-11-06 23:31:58.528148062 +0100
+++ ./misc/mdhelper.sh	2016-11-06 23:32:00.188171030 +0100
@@ -3,7 +3,7 @@
 
 for dir in $*; do
    if [ ! -d "$dir" ]; then
-      mkdir $dir
+      mkdir -p $dir
       if [ $? != 0 ]; then
          exit 1
       fi