File: 20-remove-header-autocomplete-script.patch

package info (click to toggle)
bd 1.03-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: sh: 125; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: removed #! sequence that marks interpreted scripts because this
script is just to use autocomplete.
Author: Paulo Henrique de Lima Santana (phls) <phls@softwarelivre>
Last-Update: 2016-10-12
Index: backdir-1.01/bash_completion.d/bd
===================================================================
--- backdir-1.01.orig/bash_completion.d/bd
+++ backdir-1.01/bash_completion.d/bd
@@ -1,4 +1,3 @@
-#!/bin/bash
 # Add autocomplete support for bd for bash.
 _bd()
 {