From a0b91037e21428682c29464a473cbcb13ed07c49 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 15 Jun 2008 16:55:39 -0700 Subject: [PATCH] Mark Perl scripts executable Be consistent about marking Perl scripts executable, even if we always invoke them with $(PERL) in the Makefiles. --- insns.pl | 0 macros.pl | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 insns.pl mode change 100644 => 100755 macros.pl diff --git a/insns.pl b/insns.pl old mode 100644 new mode 100755 diff --git a/macros.pl b/macros.pl old mode 100644 new mode 100755 -- 2.11.4.GIT