socsvn commit: r237028 - soc2012/jhagewood/mdocml/tests

jhagewood at FreeBSD.org jhagewood at FreeBSD.org
Mon Jun 4 03:42:43 UTC 2012


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)


More information about the svn-soc-all mailing list