diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-22 17:53:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-22 17:53:44 +0000 |
commit | 5e97d368a37159c4933b865751eb6ba4ea19d9a2 (patch) | |
tree | a8d035e1d2895b1090247a00bbeab3acc16fee81 /Tools/scripts/consistency-check | |
parent | * Default to name search (-n) if no flags are specified. (diff) |
Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in
/usr/bin.
Notes
Notes:
svn path=/head/; revision=358817
Diffstat (limited to 'Tools/scripts/consistency-check')
-rwxr-xr-x | Tools/scripts/consistency-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/consistency-check b/Tools/scripts/consistency-check index c47269180453..9d1e404990e6 100755 --- a/Tools/scripts/consistency-check +++ b/Tools/scripts/consistency-check @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (c) 1999 Neil Blakey-Milner # All rights reserved. |