X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tunings-myplc-devel%2Fcommit-email.pl;h=4d00be56ca103a5fdeabdaae9c286cd715b6af1e;hb=d147e925a91da7782420713c75c8d3b075cf8196;hp=9d0ef92aaa132e705ac02a0eb5224c8350c3cfb8;hpb=bf53562445aaeb7e85681f6a53e331c795cbb439;p=infrastructure.git 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',