jerenkrantz 02/05/14 00:21:05
Modified: build mkdir.sh
Log:
Merge bjh's change to mkdir.sh from httpd-2.0.
Revision Changes Path
1.2 +2 -0 apr/build/mkdir.sh
Index: mkdir.sh
===================================================================
RCS file: /home/cvs/apr/build/mkdir.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mkdir.sh 18 Feb 2001 13:36:15 -0000 1.1
+++ mkdir.sh 14 May 2002 07:21:05 -0000 1.2
@@ -23,6 +23,8 @@
pathcomp="$pathcomp$d"
case "$pathcomp" in
-* ) pathcomp=./$pathcomp ;;
+ ?: ) pathcomp="$pathcomp/"
+ continue ;;
esac
if test ! -d "$pathcomp"; then
echo "mkdir $pathcomp" 1>&2