Commit 46598637 authored by Dylan Araps's avatar Dylan Araps

Scrot: Unset scrot_dir if the user has set it

parent d34f01f2
...@@ -3651,6 +3651,9 @@ old_options() { ...@@ -3651,6 +3651,9 @@ old_options() {
# Birthday was renamed to Install Date in 3.0 # Birthday was renamed to Install Date in 3.0
[[ -n "$birthday_time" ]] && { err "Config: \$birthday_time is deprecated, use \3install_time instead."; install_time="$birthday_time"; } [[ -n "$birthday_time" ]] && { err "Config: \$birthday_time is deprecated, use \3install_time instead."; install_time="$birthday_time"; }
# Scrot dir was removed in 3.1.0.
[[ -n "$scrot_dir" ]] && scrot_dir=
} }
cache_uname() { cache_uname() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment