The R Project SVN R

Rev

Rev 26592 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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