diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-25 23:58:55 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-25 23:58:55 +0800 |
commit | bc8b992024c8399c80a536ae8309d266e71ecaae (patch) | |
tree | 905084a552eeab799dc565102280e60cde115dbd | |
parent | ac1bf3ed5510ff76334fdbeb652f953461179fee (diff) | |
download | freebsd-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.sh | 2 |
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 |