projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cadff4
)
Fix missing ":" on except line.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:34:06 +0000
(
05:34
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:34:06 +0000
(
05:34
-0000)
svn path=/main/trunk/; revision=2387
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 0225374e467c943273c287220751b9e310b91564..603212e2564f0a034e708bb9efe3f7d606faaf44 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-74,7
+74,7
@@
for arg in pargs:
except KeyboardInterrupt:
print "Interrupted."
a = 1
- except KeyError
+ except KeyError
:
# aux_get error
a = 1
if a == None: