[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-120-g806f90f

David Paleino dapal at debian.org
Mon Apr 25 12:13:06 UTC 2011


The following commit has been merged in the master branch:
commit 806f90fd985f56ce130c43a08b379460b36788a7
Author: David Paleino <dapal at debian.org>
Date:   Mon Apr 25 14:12:46 2011 +0200

    The install-completions script really needs bash

diff --git a/install-completions b/install-completions
index a39c787..6d5d197 100755
--- a/install-completions
+++ b/install-completions
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # install relevant completions, by sourcing every scriptlet
 # found in a given directory, and symlinking those matching
 # an installed command to another directory

-- 
bash-completion



More information about the Bash-completion-commits mailing list