mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing ;;
This commit is contained in:
parent
7c86633876
commit
b8a1e4a8c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue