# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain
# $Id$
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