Add missing ;;

This commit is contained in:
fjoe 2011-11-24 14:22:05 +00:00
parent ea44d4d104
commit ee0817997a

View File

@ -53,6 +53,7 @@ for i in "$@"; do
;;
*)
SUBDIR="$SUBDIR $i"
;;
esac
done
make tinderbox UNIVERSE_TARGET="_cleanobj _obj _depend everything" $MAKE_ARGS SUBDIR_OVERRIDE="$SUBDIR"