The following commit has been merged in the master branch:
commit 806f90fd985f56ce130c43a08b379460b36788a7
Author: David Paleino <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to