aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-03-25 23:58:55 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-03-25 23:58:55 +0800
commitbc8b992024c8399c80a536ae8309d266e71ecaae (patch)
tree905084a552eeab799dc565102280e60cde115dbd
parentac1bf3ed5510ff76334fdbeb652f953461179fee (diff)
downloadfreebsd-ports-gnome-bc8b992024c8399c80a536ae8309d266e71ecaae.tar.gz
freebsd-ports-gnome-bc8b992024c8399c80a536ae8309d266e71ecaae.tar.zst
freebsd-ports-gnome-bc8b992024c8399c80a536ae8309d266e71ecaae.zip
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
-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