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

Ville Skyttä ville.skytta at iki.fi
Tue Jan 19 19:59:59 UTC 2010


The following commit has been merged in the master branch:
commit ab059898775fb58a85d9908784093ac560e85994
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jan 19 21:59:08 2010 +0200

    Do not alias sed to gsed (Alioth: #311393).

diff --git a/CHANGES b/CHANGES
index b471fd5..2fcf3a4 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 3a3e69c..b01d495 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'.
 #

-- 
bash-completion



More information about the Bash-completion-commits mailing list