Date: Mon, 04 Jun 2012 03:42:41 +0000 From: jhagewood@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r237028 - soc2012/jhagewood/mdocml/tests Message-ID: <20120604034241.8F0F21065670@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120604034241.8F0F21065670>