moving to a better name than FEISTY_MEOW_GENERATED for chewed scripts folder. too...
[feisty_meow.git] / scripts / text / smoove_lists.sh
index aea57995790a68498f3b8f8419dba67f3a39a609..01dbd22572964dc6e558d2e710099b9ca4d2719a 100644 (file)
@@ -43,7 +43,7 @@ find . -maxdepth 1 -mindepth 1 -type d  >"$tempfile"
 while read found; do
   # make a corresponding directory if there isn't one yet.
   if [ ! -d "$target/$found" ]; then
-    mkdir "$target/$found"
+    mkdir -p "$target/$found"
   fi
   # move all the files out of the source and into the target.
   mv "$found"/* "$target/$found/"