summaryrefslogtreecommitdiff
path: root/Tools/scripts/consistency-check
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-06-22 17:53:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-06-22 17:53:44 +0000
commit5e97d368a37159c4933b865751eb6ba4ea19d9a2 (patch)
treea8d035e1d2895b1090247a00bbeab3acc16fee81 /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-xTools/scripts/consistency-check2
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.