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"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to