diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:34:16 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:34:16 +0100 |
commit | 31841a486b67af554c4596ac4fc2dbba854492ee (patch) | |
tree | 9c38a1dcf29966403c57bc37fb9bb424114863c8 | |
parent | cdff2296c945f3692352842bdfe0f52dde5761ff (diff) | |
download | sbotools2-31841a486b67af554c4596ac4fc2dbba854492ee.tar.xz |
Found the missing comma
-rwxr-xr-x | t/travis.t | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,10 +21,9 @@ sub run { my %args = ( exit => 0, cmd => [], - input => undef + input => undef, @_ ); - note explain \%args; my $cmd = shift @{ $args{cmd} }; return undef unless defined $cmd; my @cmd = ($^X, "-I$lib", "$path/$cmd", @{ $args{cmd} }); |