diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2013-07-09 22:01:05 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2013-07-09 22:01:05 +0000 |
| commit | 4f8a4fa5f9dd14d550f7840c23844eaf17e28540 (patch) | |
| tree | cef45dd7a42ea6082ceae670232b8c88f2e30d14 /usr.sbin | |
| parent | 7d3a5a3b092b1fb8b53101995c1e52e0d721ea2d (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bsdconfig/share/dialog.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr index b2150d1cdaf39..c6f2678524b94 100644 --- a/usr.sbin/bsdconfig/share/dialog.subr +++ b/usr.sbin/bsdconfig/share/dialog.subr @@ -2090,7 +2090,7 @@ f_dialog_init() # # Read ~/.dialogrc (unless using Xdialog(1)) for properties # - if [ -f ~/.dialogrc ]; then + if [ -f ~/.dialogrc -a ! "$USE_XDIALOG" ]; then eval "$( awk -v param=use_shadow -v expect=OFF \ -v set="NO_SHADOW=1" ' |
