Skip to content

Commit

Permalink
Add $0 (prokka exe) to log command output
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Apr 13, 2015
1 parent 9d51589 commit 5fb209e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/prokka
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use lib "$FindBin::RealBin/../perl5"; # for bundled Perl modules
# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
# global variables

my @CMDLINE = @ARGV;
my @CMDLINE = ($0, @ARGV);
my $OPSYS = $^O;
my $BINDIR = "$FindBin::RealBin/../binaries/$OPSYS";
my $EXE = $FindBin::RealScript;
Expand Down Expand Up @@ -1555,4 +1555,3 @@ sub usage {
}

__DATA__

0 comments on commit 5fb209e

Please sign in to comment.