diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-23 16:41:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-23 16:41:34 +0000 |
commit | 76867bf1a47570cd9548100caed519252b5ced5a (patch) | |
tree | 211508b7146ebc1b41e563baecfed8f54787dae4 /README | |
parent | Fix typo. (diff) | |
download | eselect-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |