mkinstalldirs revision 922e6a3c2ac4ef900dd9dc99f0cc137f18372583
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain
# $Id: mkinstalldirs,v 1.1 2000/09/20 19:05:51 gson Exp $
for file
do
shift
for d
do
esac
if test ! -d "$pathcomp"; then
if test ! -d "$pathcomp"; then
fi
fi
done
done
exit $errstatus
# mkinstalldirs ends here