From a07db800f766afa9a40f856140c3394c0b042ef6 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 6 Dec 2009 12:17:42 +0000 Subject: [PATCH] Update the default option values so that the script can be run on river without arguments --- trunk/tvmover.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/tvmover.pl b/trunk/tvmover.pl index b969b99..7d8abf4 100755 --- a/trunk/tvmover.pl +++ b/trunk/tvmover.pl @@ -19,7 +19,7 @@ use lib $FindBin::Bin; our %options = ( verbose => 0, quiet => 0, - log_file => '', + log_file => '/tmp/tvmover.log', silent => 0, help => 0, pretend => 0,