[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 3649c0396760762ab1ce6c677f7e6fcc80637cb3

Guillaume Rousse guillaume at oberkampf.msr-inria.inria.fr
Mon Sep 14 22:24:38 UTC 2009


The following commit has been merged in the master branch:
commit 3649c0396760762ab1ce6c677f7e6fcc80637cb3
Author: Guillaume Rousse <guillaume at oberkampf.msr-inria.inria.fr>
Date:   Tue Sep 15 00:27:47 2009 +0200

    additional comments about the goal of the script

diff --git a/install-completions b/install-completions
index 0a1a4ec..37f504b 100755
--- a/install-completions
+++ b/install-completions
@@ -1,4 +1,7 @@
 #!/bin/sh
+# install relevant completions, by sourcing every scriptlet
+# found in a given directory, and symlinking those matching
+# an installed command to another directory
 
 while getopts ":di" flag; do
     case $flag in

-- 
bash-completion



More information about the Bash-completion-commits mailing list