Avoid glob expansion on rhs and linter warning!

long-opts
Jakob Schöttl 9 years ago
parent 0c63e94588
commit 8cf2d6cc6a

@ -225,7 +225,7 @@ update_geometry_settings_for_monitor() {
local last_monitor local last_monitor
last_monitor=$(< /tmp/tdrop/last_monitor) last_monitor=$(< /tmp/tdrop/last_monitor)
echo "$current_monitor" > /tmp/tdrop/last_monitor echo "$current_monitor" > /tmp/tdrop/last_monitor
if [[ $current_monitor != $last_monitor ]]; then if [[ $current_monitor != "$last_monitor" ]]; then
monitor_changed=true monitor_changed=true
fi fi
} }

Loading…
Cancel
Save