diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-09-05 10:35:02 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-09-05 10:35:02 +0000 |
commit | fc9bcfc6c37b4844413dd91ad907c7cae07490e6 (patch) | |
tree | fb9cfceb5b103b516b18c4f5b2cfe3ac337b6fb8 | |
parent | d3bd674687e527fff74c7cfaedd76a80d14731b5 (diff) | |
download | portage-fc9bcfc6c37b4844413dd91ad907c7cae07490e6.tar.gz portage-fc9bcfc6c37b4844413dd91ad907c7cae07490e6.tar.bz2 portage-fc9bcfc6c37b4844413dd91ad907c7cae07490e6.zip |
add note that this file does not seem to deal with ROOT at all
svn path=/main/trunk/; revision=14190
-rwxr-xr-x | bin/regenworld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/regenworld b/bin/regenworld index 5d59d83f7..e8eb1253d 100755 --- a/bin/regenworld +++ b/bin/regenworld @@ -3,6 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# NOTE: this file does not respect ROOT + import sys try: import portage |