aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-09-11 16:21:02 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-09-11 16:21:02 +0000
commitb53b8b3c72151b8c0f01231c67d5d096286ad7fb (patch)
treede7b83dff953b3f7988c9bebafa185b499b250b8 /README
parentAbsolute paths to executables are bad! (diff)
downloadeselect-b53b8b3c72151b8c0f01231c67d5d096286ad7fb.tar.gz
eselect-b53b8b3c72151b8c0f01231c67d5d096286ad7fb.tar.bz2
eselect-b53b8b3c72151b8c0f01231c67d5d096286ad7fb.zip
Add an item to the style notes.
svn path=/trunk/; revision=194
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 821e329..431fe18 100644
--- a/README
+++ b/README
@@ -26,5 +26,6 @@ Style Notes
* For .eselect files, the same indenting rules apply as for ebuilds.
* Public functions don't get the ``ec_`` prefix, private functions do.
* eval is evil, so we disabled it.
+* Absolute paths to executables are not portable, so don't use them.
vim: set tw=78 ft=glep :