Author: wblock (doc committer)
Date: Fri Feb  3 20:17:54 2017
New Revision: 313173
URL: https://svnweb.freebsd.org/changeset/base/313173

Log:
  Re-enable an accidentally-disabled temp directory creation test.
  
  Reported by:  bjk
  Sponsored by: iXsystems

Modified:
  head/tools/build/options/makeman

Modified: head/tools/build/options/makeman
==============================================================================
--- head/tools/build/options/makeman    Fri Feb  3 19:21:28 2017        
(r313172)
+++ head/tools/build/options/makeman    Fri Feb  3 20:17:54 2017        
(r313173)
@@ -8,7 +8,7 @@ export LC_ALL=C
 ident='$FreeBSD$'
 
 t=$(mktemp -d -t makeman)
-# trap 'test -d $t && rm -rf $t' exit
+trap 'test -d $t && rm -rf $t' exit
 
 srcdir=$(realpath ../../..)
 make="make -C $srcdir -m $srcdir/share/mk"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to