svn commit: r227937 - head/tools

Max Khon fjoe at FreeBSD.org
Thu Nov 24 14:22:06 UTC 2011


Author: fjoe
Date: Thu Nov 24 14:22:05 2011
New Revision: 227937
URL: http://svn.freebsd.org/changeset/base/227937

Log:
  Add missing ;;

Modified:
  head/tools/tinder.sh

Modified: head/tools/tinder.sh
==============================================================================
--- head/tools/tinder.sh	Thu Nov 24 14:17:04 2011	(r227936)
+++ head/tools/tinder.sh	Thu Nov 24 14:22:05 2011	(r227937)
@@ -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"


More information about the svn-src-head mailing list