summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-25 15:58:55 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-25 15:58:55 +0000
commit90f985c3242c35bcdd295f32039043cf6a38750d (patch)
tree905084a552eeab799dc565102280e60cde115dbd /Tools
parentBump port to the 3.6.13 version. Incorporate patch for winbind from Samba4. S... (diff)
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
Notes
Notes: svn path=/head/; revision=315235
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/dialog4ports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/dialog4ports.sh b/Tools/scripts/dialog4ports.sh
index 6b2eca96e9d5..4954650d86f2 100644
--- a/Tools/scripts/dialog4ports.sh
+++ b/Tools/scripts/dialog4ports.sh
@@ -36,4 +36,4 @@ if ! [ -e $DIALOG4PORTS ]; then
fi
fi
-exec $DIALOG4PORTS 2> $OPTIONSFILE
+exec $DIALOG4PORTS 2> $OPTIONSFILE >&2