Skip to content

Commit

Permalink
mmkdir: create subdirectories in order like maildirmake
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 9, 2020
1 parent 079e423 commit 8c9e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmkdir
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ umask 077

r=0
for dir; do
mkdir -p "$dir"/cur "$dir"/new "$dir"/tmp || r=1
mkdir -p "$dir"/tmp "$dir"/new "$dir"/cur || r=1
done

exit $r

0 comments on commit 8c9e0aa

Please sign in to comment.