projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee4ad0
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Sep 2010 00:51:07 +0000
(17:51 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Sep 2010 00:51:07 +0000
(17:51 -0700)
pym/portage/util/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/__init__.py
b/pym/portage/util/__init__.py
index 8ba6b6c81c52d9cc85639c8fc868afd9505d9a64..0b0e0435e7777f34eb1cc5bee20a8d562b21b9e9 100644
(file)
--- a/
pym/portage/util/__init__.py
+++ b/
pym/portage/util/__init__.py
@@
-663,7
+663,7
@@
def varexpand(mystring, mydict=None):
elif a!='\n':
# Remove backslash only, as bash does. This takes care
# of \\. Note that we don't handle quotes here since
- # quote remoal is handled by shlex.
+ # quote remo
v
al is handled by shlex.
newstring=newstring+mystring[pos-1:pos]
continue
elif (mystring[pos]=="$") and (mystring[pos-1]!="\\"):