head 1.2; access; symbols ISELECT_1_1_0:1.1.1.1 ISELECT_1_0_4:1.1.1.1 ISELECT_1_0_0:1.1.1.1 vendor:1.1.1; locks; strict; comment @# @; 1.2 date 2000.07.25.11.41.00; author rse; state dead; branches; next 1.1; 1.1 date 97.09.16.08.05.05; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.09.16.08.05.05; author rse; state Exp; branches; next ; desc @@ 1.2 log @Merge conflicts @ text @#!/bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # 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 log @Initial revision @ text @@ 1.1.1.1 log @Import iSelect 1.0.0 @ text @@