summaryrefslogtreecommitdiff
path: root/tools/tinder.sh
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2011-11-24 14:22:05 +0000
committerMax Khon <fjoe@FreeBSD.org>2011-11-24 14:22:05 +0000
commitb8a1e4a8c3a6fb5160ce7601fe4006ff10bbaba5 (patch)
tree05e1426897f283e79f2ad65de0f5a4eb1f64d469 /tools/tinder.sh
parent7c86633876fc3aa2fa33f64f0a49fb1c18e84432 (diff)
downloadsrc-test2-b8a1e4a8c3a6fb5160ce7601fe4006ff10bbaba5.tar.gz
src-test2-b8a1e4a8c3a6fb5160ce7601fe4006ff10bbaba5.zip
Add missing ;;
Notes
Notes: svn path=/head/; revision=227937
Diffstat (limited to 'tools/tinder.sh')
-rwxr-xr-xtools/tinder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tinder.sh b/tools/tinder.sh
index 3ed5996a47a2..17e8d3d7e806 100755
--- a/tools/tinder.sh
+++ b/tools/tinder.sh
@@ -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"