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

_______________________________________________
Libosinfo mailing list
Libosinfo@redhat.com
https://www.redhat.com/mailman/listinfo/libosinfo

Reply via email to