summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-19 21:59:08 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-19 21:59:08 +0200
commitab059898775fb58a85d9908784093ac560e85994 (patch)
treedcbec15873f0c64dc9680c5e4a8fc3f95264e156
parent7914d17468dad5a4b2d018e54ef02406414fe975 (diff)
downloadbash-completion-ab059898775fb58a85d9908784093ac560e85994.tar.gz
Do not alias sed to gsed (Alioth: #311393).
-rw-r--r--CHANGES2
-rw-r--r--bash_completion4
2 files changed, 1 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index b471fd58..2fcf3a45 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.
- * awk and sed usage portability fixes.
+ * awk and sed usage portability fixes (Alioth: #311393).
* 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.
diff --git a/bash_completion b/bash_completion
index 3a3e69ca..b01d4955 100644
--- a/bash_completion
+++ b/bash_completion
@@ -170,10 +170,6 @@ have()
have="yes"
}
-# use GNU sed if we have it, since its extensions are still used in our code
-#
-[ $USERLAND != GNU ] && have gsed && alias sed=gsed
-
# This function checks whether a given readline variable
# is `on'.
#