Subversion Repositories DIN Is Noise

Rev

Rev 2005 | Rev 2013 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2005 Rev 2010
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
# mkinstalldirs --- make directory hierarchy
2
# mkinstalldirs --- make directory hierarchy
3
3
4
scriptversion=2009-04-28.21; # UTC
4
scriptversion=2018-03-07.03; # UTC
5
5
6
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
6
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7
# Created: 1993-05-16
7
# Created: 1993-05-16
8
# Public domain.
8
# Public domain.
9
#
9
#
Line 152... Line 152...
152
exit $errstatus
152
exit $errstatus
153
153
154
# Local Variables:
154
# Local Variables:
155
# mode: shell-script
155
# mode: shell-script
156
# sh-indentation: 2
156
# sh-indentation: 2
157
# eval: (add-hook 'write-file-hooks 'time-stamp)
157
# eval: (add-hook 'before-save-hook 'time-stamp)
158
# time-stamp-start: "scriptversion="
158
# time-stamp-start: "scriptversion="
159
# time-stamp-format: "%:y-%02m-%02d.%02H"
159
# time-stamp-format: "%:y-%02m-%02d.%02H"
160
# time-stamp-time-zone: "UTC"
160
# time-stamp-time-zone: "UTC0"
161
# time-stamp-end: "; # UTC"
161
# time-stamp-end: "; # UTC"
162
# End:
162
# End: