From: thierry Date: Fri, 11 Jan 2008 10:07:50 +0000 (+0000) Subject: get rid of a warning message - we use svnlook 1.4.4 anyway X-Git-Tag: foo~369 X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=d147e925a91da7782420713c75c8d3b075cf8196 get rid of a warning message - we use svnlook 1.4.4 anyway --- diff --git a/tunings-myplc-devel/commit-email.pl b/tunings-myplc-devel/commit-email.pl index 9d0ef92..4d00be5 100755 --- a/tunings-myplc-devel/commit-email.pl +++ b/tunings-myplc-devel/commit-email.pl @@ -243,9 +243,9 @@ unless (-d _) # directory. This could be removed - it's only for compatibility with # 1.0.x svnlook - from 1.1.0, svnlook will be sensible about choosing a # temporary directory all by itself. -my $tmp_dir = ( -d $ENV{'TEMP'} ? $ENV{'TEMP'} : '/tmp' ); -chdir($tmp_dir) - or die "$0: cannot chdir `$tmp_dir': $!\n"; +#my $tmp_dir = ( -d $ENV{'TEMP'} ? $ENV{'TEMP'} : '/tmp' ); +#chdir($tmp_dir) +# or die "$0: cannot chdir `$tmp_dir': $!\n"; # Get the author, date, and log from svnlook. my ($lines_size, @svnlooklines) = &read_from_process(0, $svnlook, 'info',