Changed hash bang line to env perl like other snippets.
This allows the use of non-system perls.
This commit is contained in:
parent
efa9a98c18
commit
af0c4dac62
@ -1,6 +1,6 @@
|
|||||||
# #!/usr/bin/perl
|
# #!/usr/bin/perl
|
||||||
snippet #!
|
snippet #!
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
# Hash Pointer
|
# Hash Pointer
|
||||||
snippet .
|
snippet .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user