svn commit: r315235 - head/Tools/scripts

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 25 15:58:55 UTC 2013


Author: bdrewery
Date: Mon Mar 25 15:58:55 2013
New Revision: 315235
URL: http://svnweb.freebsd.org/changeset/ports/315235

Log:
  Revert to sending both stdout and stderr to the OPTIONSFILE for now
  as this change was not backwards compatible. A more robust solution
  checking the installed version and auto updating is needed.
  
  Pointyhat to:	bdrewery
  With hat:	portmgr

Modified:
  head/Tools/scripts/dialog4ports.sh

Modified: head/Tools/scripts/dialog4ports.sh
==============================================================================
--- head/Tools/scripts/dialog4ports.sh	Mon Mar 25 15:18:58 2013	(r315234)
+++ head/Tools/scripts/dialog4ports.sh	Mon Mar 25 15:58:55 2013	(r315235)
@@ -36,4 +36,4 @@ if ! [ -e $DIALOG4PORTS ]; then
 	fi
 fi
 
-exec $DIALOG4PORTS 2> $OPTIONSFILE
+exec $DIALOG4PORTS 2> $OPTIONSFILE >&2


More information about the svn-ports-head mailing list