~ubuntu-branches/ubuntu/vivid/xfce4-fsguard-plugin/vivid

« back to all changes in this revision

Viewing changes to mkinstalldirs

  • Committer: Jackson Doak
  • Date: 2015-03-03 21:00:19 UTC
  • mfrom: (1.1.7)
  • Revision ID: noskcaj@ubuntu.com-20150303210019-pxzvm08z4hhni9uq
Tags: 1.0.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# mkinstalldirs --- make directory hierarchy
3
3
 
4
 
scriptversion=2005-06-29.22
 
4
scriptversion=2009-04-28.21; # UTC
5
5
 
6
6
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7
7
# Created: 1993-05-16
11
11
# bugs to <bug-automake@gnu.org> or send patches to
12
12
# <automake-patches@gnu.org>.
13
13
 
 
14
nl='
 
15
'
 
16
IFS=" ""        $nl"
14
17
errstatus=0
15
18
dirmode=
16
19
 
154
157
# eval: (add-hook 'write-file-hooks 'time-stamp)
155
158
# time-stamp-start: "scriptversion="
156
159
# time-stamp-format: "%:y-%02m-%02d.%02H"
157
 
# time-stamp-end: "$"
 
160
# time-stamp-time-zone: "UTC"
 
161
# time-stamp-end: "; # UTC"
158
162
# End: