From f9fcf9e38c79a8358aef2e8ac4bd2eff6be1b526 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 9 Jul 2013 22:01:05 +0000 Subject: Fix conditional (der should match the comment above it). MFC after: 1 day --- usr.sbin/bsdconfig/share/dialog.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bsdconfig') diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr index b2150d1..c6f2678 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" ' -- cgit v1.1