Skip to content

Commit bf591de

Browse files
Ericson2314treeowl
authored andcommitted
benchmarks comparer: Use /usr/bin/env to find perl
This is needed on NixOS. FHS does say if perl is installed it shoul be found at `/usr/bin/perl`, so can't say this is more portable in general, but doesn't hurt FHS systems either
1 parent 200d7ae commit bf591de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/bench-cmp.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
use warnings;
33
use strict;
44

0 commit comments

Comments
 (0)