head	1.1;
branch	1.1.1;
access;
symbols
	new_line:1.1.1.1.0.6
	IPSSOURCES_TIGRIS_VC_20010822:1.1.1.1
	TIGRIS_1_0_8_1:1.1.1.1
	IPSSOURCES_TIGRIS_VC:1.1.1.1.0.4
	TIGRIS_1_0_8_0:1.1.1.1
	NETBEANS_TIGRIS_VC_1_5:1.1.1.1
	IPSSOURCES_TIGRIS_VC_1_3:1.1.1.1
	Baseline_sync:1.1
	Baseline:1.1.0.2
	TIGRIS_1_0_4:1.1.1.1
	USE_SYNTHETIC_SUBSELECT:1.1.1.1
	USE_AUTHENTICATION_PROCESSOR:1.1.1.1.0.2
	USE_NON_HELM_TABLES:1.1.1.1
	CCVS_1_11_0_1:1.1.1.1
	CCVS:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2001.01.12.01.22.20;	author thom;	state Exp;
branches
	1.1.1.1
	1.1.2.1;
next	;

1.1.1.1
date	2001.01.12.01.22.20;	author thom;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	2001.08.24.21.45.56;	author thom;	state Exp;
branches;
next	;

1.1.2.1
date	2001.07.30.21.25.25;	author thom;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#!/bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@@prep.ai.mit.edu>
# Created: 1993-05-16
# Last modified: 1994-03-25
# Public domain
#

errstatus=0

for file in ${1+"$@@"} ; do 
   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
   shift

   pathcomp=
   for d in ${1+"$@@"} ; do
     pathcomp="$pathcomp$d"
     case "$pathcomp" in
       -* ) pathcomp=./$pathcomp ;;
     esac

     if test ! -d "$pathcomp"; then
        echo "mkdir $pathcomp" 1>&2
        mkdir "$pathcomp" || errstatus=$?
     fi

     pathcomp="$pathcomp/"
   done
done

exit $errstatus

# mkinstalldirs ends here
@


1.1.2.1
log
@this is the current view of Cvs for cvshome
Issue number:
Obtained from:
Submitted by:
Reviewed by:
@
text
@d1 1
a1 1
#! /bin/sh
d5 1
d7 1
a7 2

# $Id: mkinstalldirs,v 1.4 2001/04/12 13:02:39 dprice Exp $
d11 1
a11 2
for file
do
d16 1
a16 2
   for d
   do
d23 2
a24 7
        echo "mkdir $pathcomp"

        mkdir "$pathcomp" || lasterr=$?

        if test ! -d "$pathcomp"; then
  	  errstatus=$lasterr
        fi
@


1.1.1.1
log
@Concurrent Versions System (CVS) 1.11.0.1
@
text
@@


1.1.1.1.6.1
log
@this is a merge of cvs-1.11.1p1 and tigris-vc and a change the the
auth protocal to be more generic (which the hope that cvshome.org
will take it).
Issue number: 5313, 5386
Obtained from:
Submitted by:
Reviewed by:
@
text
@d1 1
a1 1
#! /bin/sh
d5 1
d7 1
a7 2

# $Id: mkinstalldirs,v 1.4 2001/04/12 13:02:39 dprice Exp $
d11 1
a11 2
for file
do
d16 1
a16 2
   for d
   do
d23 2
a24 7
        echo "mkdir $pathcomp"

        mkdir "$pathcomp" || lasterr=$?

        if test ! -d "$pathcomp"; then
  	  errstatus=$lasterr
        fi
@

