Skip to content
Snippets Groups Projects
Commit 2bc64308 authored by David Reaver's avatar David Reaver Committed by Jonathan Corbet
Browse files

scripts: get_feat.pl: use /usr/bin/env to find perl


I tried running `make pdfdocs` on NixOS, but it failed because
get_feat.pl uses a shebang line with /usr/bin/perl, and that file path
doesn't exist on NixOS. Using the more portable /usr/bin/env perl fixes
the problem.

Signed-off-by: default avatarDavid Reaver <me@davidreaver.com>
Link: https://lore.kernel.org/r/20220625211548.1200198-1-me@davidreaver.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ee5956bb
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment