projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed85355
)
don't declare input as integer, or etc-update will crash whenever the user enters...
author
Simon Stelling
<blubb@gentoo.org>
Thu, 13 Apr 2006 17:38:53 +0000
(17:38 -0000)
committer
Simon Stelling
<blubb@gentoo.org>
Thu, 13 Apr 2006 17:38:53 +0000
(17:38 -0000)
svn path=/main/trunk/; revision=3140
bin/etc-update
patch
|
blob
|
history
diff --git
a/bin/etc-update
b/bin/etc-update
index 07d0f643881149ffbd983a79ca027005662e63d6..f39801894c5c540d06ef776f2303dd2f653e43e4 100755
(executable)
--- a/
bin/etc-update
+++ b/
bin/etc-update
@@
-397,7
+397,7
@@
else
fi
declare -i count=0
-declare
-i
input=0
+declare input=0
declare title="Gentoolkit's etc-update tool!"
scan