From owner-svn-soc-all@FreeBSD.ORG Mon Jun 4 03:42:43 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 8F0F21065670 for ; Mon, 4 Jun 2012 03:42:41 +0000 (UTC) (envelope-from jhagewood@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 04 Jun 2012 03:42:41 +0000 Date: Mon, 04 Jun 2012 03:42:41 +0000 From: jhagewood@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120604034241.8F0F21065670@hub.freebsd.org> Cc: Subject: socsvn commit: r237028 - soc2012/jhagewood/mdocml/tests X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 03:42:43 -0000 Author: jhagewood Date: Mon Jun 4 03:42:41 2012 New Revision: 237028 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=237028 Log: Modified: soc2012/jhagewood/mdocml/tests/compile-man-pages.sh Modified: soc2012/jhagewood/mdocml/tests/compile-man-pages.sh ============================================================================== --- soc2012/jhagewood/mdocml/tests/compile-man-pages.sh Mon Jun 4 03:39:43 2012 (r237027) +++ soc2012/jhagewood/mdocml/tests/compile-man-pages.sh Mon Jun 4 03:42:41 2012 (r237028) @@ -18,7 +18,7 @@ echo "EOF" >> ./manpaths.txt num_lines=$(cat ./manpaths.txt | grep -c .) current_doc="." -exit + while [ ! current_doc == "EOF" ] do current_doc=$(tail -n $num_lines ./manpaths.txt)