From: Guillaume Cottenceau Date: Sat, 15 Sep 2012 20:32:45 +0000 (+0200) Subject: this is not perl! X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=9216e52f1185d737df11739b0d191f1e311019fe this is not perl! --- diff --git a/bin/booh-backend b/bin/booh-backend index df102fb..725568b 100644 --- a/bin/booh-backend +++ b/bin/booh-backend @@ -1147,7 +1147,7 @@ def walk_source_dir push('.htaccess') to_del = Dir.entries(dest_dir).find_all { |e| !File.directory?(File.join(dest_dir, e)) && !all_elements.include?(e) && e !~ /^thumbnails-\w+\.jpg/ } if to_del.size > 0 - msg 3, _("\tcleaning up: ") . to_del.join(', ') + msg 3, _("\tcleaning up: ") + to_del.join(', ') File.delete(*to_del.collect { |e| File.join(dest_dir, e) }) end