Use env to find perl, for NetBSD (grr)

This commit is contained in:
rsc 2005-08-10 18:52:00 +00:00
parent b20b42b837
commit 17e9283bd8
2 changed files with 2 additions and 2 deletions

2
dist/addsrclinks vendored
View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
@_ = <>;
my $root = $ENV{'PLAN9'};