Skip to content

Commit 8d6f700

Browse files
authored
Merge pull request kragen#40 from Laaas/master
Make emojitrans2.pl not assume location of perl installation
2 parents c8800ea + 7869ffd commit 8d6f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emojitrans2.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl -p
1+
#!/usr/bin/env -S perl -p
22
use feature 'unicode_strings';
33
use utf8;
44
BEGIN { binmode(STDOUT, ":utf8");

0 commit comments

Comments
 (0)