diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-05-06 20:33:30 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-05-06 20:33:30 +0000 |
commit | 2727322dfa448ae7225cfa19bbfb3b734277bada (patch) | |
tree | 089284710fe5d6d3a73f78bb75a30ceefcee11bf /doc | |
parent | Fix Bug #175135. Clean up the Makefile a bit. Update the ChangeLog. (diff) | |
download | gentoo-syntax-2727322dfa448ae7225cfa19bbfb3b734277bada.tar.gz gentoo-syntax-2727322dfa448ae7225cfa19bbfb3b734277bada.tar.bz2 gentoo-syntax-2727322dfa448ae7225cfa19bbfb3b734277bada.zip |
Hilight usage of the `which` command as an error. People should use the bash builtin type -P instead.
svn path=/trunk/gentoo-syntax/; revision=33
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gentoo-syntax.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt index f9c1f92..5328a39 100644 --- a/doc/gentoo-syntax.txt +++ b/doc/gentoo-syntax.txt @@ -280,6 +280,8 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org> package, and portage configuration stuff into portage-syntax. * Don't use GNU-specific date --iso in the Makefile, and be sure that the version stamp is always from UTC. + * Hilight usage of the `which` command as an error. People should + use the bash builtin type -P instead. See Bug #176218. * Release new version. 20070212 pioto |