aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-23 16:41:34 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-23 16:41:34 +0000
commit76867bf1a47570cd9548100caed519252b5ced5a (patch)
tree211508b7146ebc1b41e563baecfed8f54787dae4 /README
parentFix typo. (diff)
downloadeselect-76867bf1a47570cd9548100caed519252b5ced5a.tar.gz
eselect-76867bf1a47570cd9548100caed519252b5ced5a.tar.bz2
eselect-76867bf1a47570cd9548100caed519252b5ced5a.zip
Don't redefine shell builtin functions, fixes bug 224507.
svn path=/trunk/; revision=695
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1357a4e..bb9c2ce 100644
--- a/README
+++ b/README
@@ -26,5 +26,5 @@ Style Notes
one tab per indent level, with each tab representing 4 places.
* Avoid lines wider than 79 positions.
* Public functions don't get the ``ec_`` prefix, private functions do.
-* eval is evil, so we disabled it.
+* eval is evil, so don't use it.
* Absolute paths to executables are not portable, so don't use them.