diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-01-23 23:47:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 23:47:33 +0000 |
| commit | 7544cbc683370af935c080cb00ca8494f6b0687e (patch) | |
| tree | 86eb425b528ab80a4bc3c8334712586cd7e4be6e /challenge-018 | |
| parent | 920a7f4b19080d1f23aaa709af6e1445ad4380fd (diff) | |
| parent | 63f722ab66c182395af6b242b4a038e920396f9e (diff) | |
| download | perlweeklychallenge-club-7544cbc683370af935c080cb00ca8494f6b0687e.tar.gz perlweeklychallenge-club-7544cbc683370af935c080cb00ca8494f6b0687e.tar.bz2 perlweeklychallenge-club-7544cbc683370af935c080cb00ca8494f6b0687e.zip | |
Merge pull request #3360 from pauloscustodio/fix_hash_bang
Fix the #! line
Diffstat (limited to 'challenge-018')
| -rw-r--r-- | challenge-018/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-018/paulo-custodio/perl/ch-2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-018/paulo-custodio/perl/ch-1.pl b/challenge-018/paulo-custodio/perl/ch-1.pl index 2108d0164c..147061054d 100644 --- a/challenge-018/paulo-custodio/perl/ch-1.pl +++ b/challenge-018/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 018 # diff --git a/challenge-018/paulo-custodio/perl/ch-2.pl b/challenge-018/paulo-custodio/perl/ch-2.pl index dfd2e0a9fc..4741528a33 100644 --- a/challenge-018/paulo-custodio/perl/ch-2.pl +++ b/challenge-018/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 018 # |
