# 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