diff options
| author | John Barrett <john@jbrt.org> | 2019-04-15 22:22:09 +0100 |
|---|---|---|
| committer | John Barrett <john@jbrt.org> | 2019-04-15 22:22:09 +0100 |
| commit | 29a2314ec091e02a4c3a02cc5d54e7dc7055a440 (patch) | |
| tree | dbf486e7d892e7c8040f08519291f9dce2da20e8 | |
| parent | 1a973fe01229adfce9a048893fb894030c4ac2c4 (diff) | |
| download | perlweeklychallenge-club-29a2314ec091e02a4c3a02cc5d54e7dc7055a440.tar.gz perlweeklychallenge-club-29a2314ec091e02a4c3a02cc5d54e7dc7055a440.tar.bz2 perlweeklychallenge-club-29a2314ec091e02a4c3a02cc5d54e7dc7055a440.zip | |
Remove hardcoded path
| -rwxr-xr-x | challenge-004/john-barrett/perl5/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-004/john-barrett/perl5/ch-1.pl b/challenge-004/john-barrett/perl5/ch-1.pl index 51356fba61..945ae5ca13 100755 --- a/challenge-004/john-barrett/perl5/ch-1.pl +++ b/challenge-004/john-barrett/perl5/ch-1.pl @@ -1 +1 @@ -printf'%.0'.((stat'ch-1.pl')[7]-1).'f',pi; +printf'%.0'.((stat$0)[7]-1).'f',pi; |
