diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 10:31:27 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 10:31:27 +0200 |
commit | dda1f8bbf92903005850cca52530ddad8a0c0b51 (patch) | |
tree | f75f74fe89d3a5fa356cd4f4452acd6ffb33f321 /devel | |
parent | 01124a3a696940e0d1b1799ca037568873988fe5 (diff) | |
download | gnutls-dda1f8bbf92903005850cca52530ddad8a0c0b51.tar.gz |
use the same shebang for perl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/perlasm/cpuid-x86.pl | 2 |
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 |