mkdir.sh revision b4be392c6d403f97951b119ab4bd4566124866ee
##
## mkdir.sh -- make directory hierarchy
##
## Based on `mkinstalldirs' from Noah Friedman <friedman@prep.ai.mit.edu>
## as of 1994-03-25, which was placed in the Public Domain.
## Cleaned up for Apache's Autoconf-style Interface (APACI)
## by Ralf S. Engelschall <rse@apache.org>
##
#
# This script falls under the Apache License.
umask 022
shift
continue ;;
esac
if test ! -d "$pathcomp"; then
fi
done
done
exit $errstatus