This commit is contained in:
Fabian Schlenz 2021-11-02 14:13:11 +01:00
commit d879c633a3

2
dup.rb
View File

@ -469,7 +469,7 @@ if ENV['DUP_DIR']
$base_dir = ENV['DUP_DIR']
else
$base_dir = File.join(Dir.home, ".dup")
puts "Environment variable DUP_DIR is not set. Looking for .yml files in #{base_dir}" unless silent_basedir
puts "Environment variable DUP_DIR is not set. Looking for .yml files in #{$base_dir}" unless silent_basedir
end
opts = GetoptLong.new(