Skip to content

Commit

Permalink
fix #!/usr/bin/env lines for debian/macos
Browse files Browse the repository at this point in the history
  • Loading branch information
KohaAloha committed Sep 28, 2022
1 parent b484ee9 commit 9cd0b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver-example.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env perl
#!/usr/bin/env perl
use Selenium::Remote::Driver;
use Test::More tests=>4;

Expand Down
2 changes: 1 addition & 1 deletion t/bin/record.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
use strict;
use warnings;

Expand Down

0 comments on commit 9cd0b61

Please sign in to comment.