mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Fix conditional (der should match the comment above it).
MFC after: 1 day
This commit is contained in:
parent
7d3a5a3b09
commit
4f8a4fa5f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253118
@ -2090,7 +2090,7 @@ f_dialog_init()
|
|||||||
#
|
#
|
||||||
# Read ~/.dialogrc (unless using Xdialog(1)) for properties
|
# Read ~/.dialogrc (unless using Xdialog(1)) for properties
|
||||||
#
|
#
|
||||||
if [ -f ~/.dialogrc ]; then
|
if [ -f ~/.dialogrc -a ! "$USE_XDIALOG" ]; then
|
||||||
eval "$(
|
eval "$(
|
||||||
awk -v param=use_shadow -v expect=OFF \
|
awk -v param=use_shadow -v expect=OFF \
|
||||||
-v set="NO_SHADOW=1" '
|
-v set="NO_SHADOW=1" '
|
||||||
|
Loading…
Reference in New Issue
Block a user