diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-25 11:33:20 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-25 11:33:20 +0000 |
commit | 04b2b7910d33ffd48c67f1e809b129410aba327f (patch) | |
tree | aa6b9c9e0b2991f7fa94a6fb15097844dce79cd3 /Tools | |
parent | 12639edc5171a52b929b094955021b49b4603b23 (diff) |
Notes
Diffstat (limited to 'Tools')
-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 77f3495cb668..6b2eca96e9d5 100644 --- a/Tools/scripts/dialog4ports.sh +++ b/Tools/scripts/dialog4ports.sh @@ -36,4 +36,4 @@ if ! [ -e $DIALOG4PORTS ]; then fi fi -exec $DIALOG4PORTS > $OPTIONSFILE +exec $DIALOG4PORTS 2> $OPTIONSFILE |