summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-11-24 14:22:05 +0000
committerfjoe <fjoe@FreeBSD.org>2011-11-24 14:22:05 +0000
commitee0817997abb98ae8d7d77c3208c6285eaf98966 (patch)
tree05e1426897f283e79f2ad65de0f5a4eb1f64d469 /tools
parentea44d4d10491f83332f45be168cee50b5cfd9b2a (diff)
downloadFreeBSD-src-ee0817997abb98ae8d7d77c3208c6285eaf98966.zip
FreeBSD-src-ee0817997abb98ae8d7d77c3208c6285eaf98966.tar.gz
Add missing ;;
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tinder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tinder.sh b/tools/tinder.sh
index 3ed5996..17e8d3d 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"
OpenPOWER on IntegriCloud