[Libosinfo] [libosinfo] check-symsorting: don't hardcode Perl path
Roman Bogorodskiy
bogorodskiy at gmail.com
Wed Feb 8 15:50:10 UTC 2017
Do not hardcode '/usr/bin/perl' because on FreeBSD and maybe some other
systems it's installed in a different prefix, so use '/usr/bin/env perl'
instead.
---
osinfo/check-symsorting.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osinfo/check-symsorting.pl b/osinfo/check-symsorting.pl
index 470247c..cc7b8d6 100755
--- a/osinfo/check-symsorting.pl
+++ b/osinfo/check-symsorting.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Copyright (C) 2012-2013 Red Hat, Inc.
#
--
2.11.0
More information about the Libosinfo
mailing list