[Bash-completion-commits] [SCM] bash-completion branch, master, updated. aae256d7e05d1dc4847eff0eb8230edf7655f3d6
Ville Skyttä
ville.skytta at iki.fi
Sun Jan 3 12:22:22 UTC 2010
The following commit has been merged in the master branch:
commit 86070a8f606df11a37198dc2c87beefa09a5d14d
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Sun Jan 3 13:49:41 2010 +0200
Fix __expand_tilde_by_ref usage example.
diff --git a/bash_completion b/bash_completion
index 8eeb1cc..ab9cd8e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -604,7 +604,7 @@ _available_interfaces()
# a dollar sign variable ($) or asterisk (*) is not expanded.
# Example usage:
#
-# $ v="~"; __expand_tilde v; echo "$v"
+# $ v="~"; __expand_tilde_by_ref v; echo "$v"
#
# Example output:
#
--
bash-completion
More information about the Bash-completion-commits
mailing list