2 # mkinstalldirs --- make directory hierarchy
3 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
12 set fnord
`echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
18 pathcomp
="$pathcomp$d"
20 -* ) pathcomp
=.
/$pathcomp ;;
23 if test ! -d "$pathcomp"; then
24 echo "mkdir $pathcomp" 1>&2
26 mkdir
"$pathcomp" || lasterr
=$?
28 if test ! -d "$pathcomp"; then
39 # mkinstalldirs ends here
This page took 0.059491 seconds and 5 git commands to generate.