~ubuntu-branches/ubuntu/vivid/xfce4-systemload-plugin/vivid-proposed

« back to all changes in this revision

Viewing changes to mkinstalldirs

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-11-22 07:11:32 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20141122071132-wu59rqtyrxn6be85
Tags: 1:1.1.2-0ubuntu1
* New upstream release.
* Drop git_upower_0.99.patch, fixed upstream

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: