* [gentoo-commits] eselect r559 - in trunk: . misc
@ 2009-05-23 6:52 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-05-23 6:52 UTC (permalink / raw
To: gentoo-commits
Author: ulm
Date: 2009-05-23 06:52:10 +0000 (Sat, 23 May 2009)
New Revision: 559
Modified:
trunk/ChangeLog
trunk/misc/eselect.bashcomp
Log:
Remove --no-colour option in bashcomp module.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-05-23 06:26:52 UTC (rev 558)
+++ trunk/ChangeLog 2009-05-23 06:52:10 UTC (rev 559)
@@ -1,3 +1,8 @@
+2009-05-23 Ulrich Mueller <ulm@gentoo.org>
+
+ * misc/eselect.bashcomp (_eselect): Remove --no-colour option;
+ it is not needed since output is to a pipe.
+
2009-05-21 Ulrich Mueller <ulm@gentoo.org>
* configure.ac: Update version to 1.1_rc3.
Modified: trunk/misc/eselect.bashcomp
===================================================================
--- trunk/misc/eselect.bashcomp 2009-05-23 06:26:52 UTC (rev 558)
+++ trunk/misc/eselect.bashcomp 2009-05-23 06:52:10 UTC (rev 559)
@@ -17,9 +17,9 @@
done
case $# in
- 1) possibles=$(eselect --no-colour help 2>/dev/null \
+ 1) possibles=$(eselect help 2>/dev/null \
| sed -n -e "${sedcmd}") ;;
- 2) possibles=$(eselect --no-colour "$1" usage 2>/dev/null \
+ 2) possibles=$(eselect "$1" usage 2>/dev/null \
| sed -n -e "${sedcmd}") ;;
esac
@@ -28,6 +28,12 @@
return 0
}
+
complete -F _eselect eselect
+# Local Variables:
+# mode: sh
+# indent-tabs-mode: nil
+# End:
+
# vim: set ft=sh tw=80 sw=4 et :
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-23 6:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 6:52 [gentoo-commits] eselect r559 - in trunk: . misc Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox