summaryrefslogtreecommitdiff
path: root/devel/perlasm
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-20 10:31:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-20 10:31:27 +0200
commitdda1f8bbf92903005850cca52530ddad8a0c0b51 (patch)
treef75f74fe89d3a5fa356cd4f4452acd6ffb33f321 /devel/perlasm
parent01124a3a696940e0d1b1799ca037568873988fe5 (diff)
downloadgnutls-dda1f8bbf92903005850cca52530ddad8a0c0b51.tar.gz
use the same shebang for perl
Diffstat (limited to 'devel/perlasm')
-rw-r--r--devel/perlasm/cpuid-x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/perlasm/cpuid-x86.pl b/devel/perlasm/cpuid-x86.pl
index 8eb12ef5f7..fa9c14e577 100644
--- a/devel/perlasm/cpuid-x86.pl
+++ b/devel/perlasm/cpuid-x86.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# ====================================================================
# Written by Nikos Mavrogiannopoulos