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

Ville Skyttä ville.skytta at iki.fi
Mon Jun 8 17:42:54 UTC 2009


The following commit has been merged in the master branch:
commit df5f55e0554b294e15fd4bc46002d3b1d94c0dbf
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Jun 8 20:42:51 2009 +0300

    Fix syntax error introduced in previous commit.

diff --git a/contrib/kldload b/contrib/kldload
index 018bd77..27abfc2 100644
--- a/contrib/kldload
+++ b/contrib/kldload
@@ -29,6 +29,5 @@ _kldunload()
 	COMPREPLY=( $(kldstat | sed -ne "s/^.*[ \t]\+\($cur[a-z_]\+\).ko$/\1/p") )
 }
 complete -F _kldunload $filenames kldunload
-}
 
 }

-- 
bash-completion



More information about the Bash-completion-commits mailing list