$NetBSD: patch-ah,v 1.1 2001/08/03 13:46:04 jlam Exp $ --- script/installswat.sh.orig Thu Mar 16 17:59:40 2000 +++ script/installswat.sh @@ -10,7 +10,7 @@ for d in $SWATDIR $SWATDIR/help $SWATDIR/images $SWATDIR/include; do if [ ! -d $d ]; then - mkdir $d + mkdir -p $d if [ ! -d $d ]; then echo Failed to make directory $d, does $USER have privileges? exit 1