diff options
Diffstat (limited to 'src/pkg/syscall/mksysnum_openbsd.pl')
-rwxr-xr-x | src/pkg/syscall/mksysnum_openbsd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/mksysnum_openbsd.pl b/src/pkg/syscall/mksysnum_openbsd.pl index e041888ea..ad1ccc12a 100755 --- a/src/pkg/syscall/mksysnum_openbsd.pl +++ b/src/pkg/syscall/mksysnum_openbsd.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright 2009 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. |