summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-03 23:56:40 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-03 23:56:40 +0200
commit4ec77ce531525595d9acbe01d02064445da3e8c8 (patch)
treee225c7f9135b3e887c36d168c3686c5b3448d5cc /CHANGES
parent77dee3a3238a1874563c6d89a0fda9094255a50f (diff)
downloadbash-completion-4ec77ce531525595d9acbe01d02064445da3e8c8.tar.gz
awk usage portability fixes.
Some versions of Solaris awk don't like a space between -F and the separator char (and the char really must be a char, it can't be an ERE, but that's something for another patch).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d739038c..b6e598a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,7 +45,7 @@ bash-completion (2.x)
input in external command arguments (Debian: 552631).
* Add /sbin to $PATH when invoking ifconfig and iwconfig.
* Combine dcop and qdbus completions into the latter.
- * sed usage portability fixes.
+ * awk and sed usage portability fixes.
* Fix leaking local variables from various completions.
* Turn on -o filenames in _filedir on bash >= 4.
* Deprecate modules completion, upstream modules >= 3.2.7 ships one.