[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-6-g83c1f1a

Ville Skyttä ville.skytta at iki.fi
Thu Feb 10 20:28:44 UTC 2011


The following commit has been merged in the master branch:
commit 0d0d0da48b7e286b5265682ecb40521c484e3d84
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Feb 10 22:00:30 2011 +0200

    Drop no longer needed shebang and executable bit from perl helper.

diff --git a/completions/helpers/Makefile.am b/completions/helpers/Makefile.am
index 98fccef..4ad4b43 100644
--- a/completions/helpers/Makefile.am
+++ b/completions/helpers/Makefile.am
@@ -1,3 +1,3 @@
-helpers_SCRIPTS = perl
+helpers_DATA = perl
 
-EXTRA_DIST = $(helpers_SCRIPTS)
+EXTRA_DIST = $(helpers_DATA)
diff --git a/completions/helpers/perl b/completions/helpers/perl
old mode 100755
new mode 100644
index b3522ac..c9f40b3
--- a/completions/helpers/perl
+++ b/completions/helpers/perl
@@ -1,4 +1,5 @@
-#!/usr/bin/env perl
+# -*- perl -*-
+
 use strict;
 use Config;
 use File::Spec::Functions;

-- 
bash-completion



More information about the Bash-completion-commits mailing list