Don't wait for a response when we haven't requested anything.
[gnus] / mkinstalldirs
1 #! /bin/sh
2 # mkinstalldirs --- make directory hierarchy
3
4 scriptversion=2006-05-11.19
5
6 # Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7 # Created: 1993-05-16
8 # Public domain.
9 #
10 # This file is maintained in Automake, please report
11 # bugs to <bug-automake@gnu.org> or send patches to
12 # <automake-patches@gnu.org>.
13
14 nl='
15 '
16 IFS=" ""        $nl"
17 errstatus=0
18 dirmode=
19
20 usage="\
21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
22
23 Create each directory DIR (with mode MODE, if specified), including all
24 leading file name components.
25
26 Report bugs to <bug-automake@gnu.org>."
27
28 # process command line arguments
29 while test $# -gt 0 ; do
30   case $1 in