summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-26 14:47:00 -0700
committerAl Stone <ahs3@redhat.com>2012-11-26 14:47:00 -0700
commit5fbab0f138e86a95dc34a273dc4a944976a70182 (patch)
tree8a8b8fbdb7e3e980e1ac964d11047fd8cd05fca4
parent7cf8a2752863ad733cf47343b9415aa9c60714d3 (diff)
downloadportdep-5fbab0f138e86a95dc34a273dc4a944976a70182.tar.gz
portdep-5fbab0f138e86a95dc34a273dc4a944976a70182.tar.xz
portdep-5fbab0f138e86a95dc34a273dc4a944976a70182.zip
which-asm.sh: treat count as a number, not a string
Signed-off-by: Al Stone <ahs3@redhat.com>
-rwxr-xr-xscanners/which-asm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scanners/which-asm.sh b/scanners/which-asm.sh
index 6e63ed2..116e44f 100755
--- a/scanners/which-asm.sh
+++ b/scanners/which-asm.sh
@@ -7,6 +7,7 @@ src="$2"
WHICHASM=whichasm
+declare -i count
count=0
if [ -d "$src" ]
then