summaryrefslogtreecommitdiff
path: root/maint/ioctls_sym.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maint/ioctls_sym.sh')
-rwxr-xr-xmaint/ioctls_sym.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 71b6a1c3d..48c09c469 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -478,7 +478,7 @@ while read f; do
(process_file "$f" < /dev/null)
[ $? -eq 0 ] || {
msg "$f: failed to process"
- failed=$((1 + $failed))
+ failed=$((1 + failed))
}
done < "$tmpdir"/headers.list