mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-12-22 18:18:59 +00:00
Remove redundant test for $DISPLAY
This block is already wrapped in the `else` block of the same test for the `$DISPLAY` variable, so this test is redundant.
This commit is contained in:
parent
08ebeb8f65
commit
346a31ac5b
16
tomb
16
tomb
@ -390,15 +390,13 @@ EOF`
|
||||
if _is_found "pinentry-gtk-2"; then
|
||||
|
||||
gtkrc=""
|
||||
[[ "$DISPLAY" = "" ]] || {
|
||||
theme=/share/themes/tomb/gtk-2.0-key/gtkrc
|
||||
for i in /usr/local /usr; do
|
||||
[[ -r $i/$theme ]] && {
|
||||
gtkrc="$i/$theme"
|
||||
break
|
||||
}
|
||||
done
|
||||
}
|
||||
theme=/share/themes/tomb/gtk-2.0-key/gtkrc
|
||||
for i in /usr/local /usr; do
|
||||
[[ -r $i/$theme ]] && {
|
||||
gtkrc="$i/$theme"
|
||||
break
|
||||
}
|
||||
done
|
||||
[[ "$gtkrc" = "" ]] || {
|
||||
gtkrc_old="$GTK2_RC_FILES"
|
||||
export GTK2_RC_FILES="$gtkrc"
|
||||
|
Loading…
Reference in New Issue
Block a user