On 20 Oct 2014, at 20:27, Erik Schnetter <[email protected]> wrote:

> I was looking for a "verbose" option in the script. I found these lines:
> 
> # Set up shell
> my $verbose = 0;
> $verbose = 1 if($ENV{VERBOSE} =~ /^yes$/i);
> 
> These lines are strange, because (1) there is no shell (this is a Perl
> script), and (2) the variable $verbose isn't used after it is set
> here.

Hi Erik,

I actually reported this a little while ago 
(https://trac.einsteintoolkit.org/ticket/1667).

-- 
Ian Hinder
http://numrel.aei.mpg.de/people/hinder

_______________________________________________
Users mailing list
[email protected]
http://lists.einsteintoolkit.org/mailman/listinfo/users

Reply via email to