summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-13 17:38:53 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-13 17:38:53 +0000
commit99757d94aab2a1188bbde7d00350bdc6b3d4075b (patch)
tree436f2b0ce52c4f5e940c402b4ba9a97e0a26b823 /bin/etc-update
parentignore backup files when scanning for ._cfg????_*; bug 121401 (diff)
downloadportage-multirepo-99757d94aab2a1188bbde7d00350bdc6b3d4075b.tar.gz
portage-multirepo-99757d94aab2a1188bbde7d00350bdc6b3d4075b.tar.bz2
portage-multirepo-99757d94aab2a1188bbde7d00350bdc6b3d4075b.zip
don't declare input as integer, or etc-update will crash whenever the user enters some non-integer value; bug 55082
svn path=/main/trunk/; revision=3140
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index 07d0f643..f3980189 100755
--- 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