~ubuntu-branches/ubuntu/wily/hamster-applet/wily

« back to all changes in this revision

Viewing changes to mkinstalldirs

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-12-15 17:42:14 UTC
  • mto: (1.1.16 upstream) (20.1.1 lucid-proposed)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081215174214-ri1ezw1c2pdnl3i6
Tags: upstream-2.25.3
ImportĀ upstreamĀ versionĀ 2.25.3

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=2006-05-11.19
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