target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
[openwrt/openwrt.git] / target / linux / x86 / base-files / lib / upgrade / platform.sh
index 9503d5db88f4e8b470e5950aaf6293433bcfe0a9..a2dd20a8810902661f54623fb6a55d7b4e6e07ff 100644 (file)
@@ -14,7 +14,7 @@ x86_get_rootfs() {
 }
 
 platform_check_image() {
-       [ "$ARGC" -gt 1 ] && return 1
+       [ "$#" -gt 1 ] && return 1
 
        case "$(get_magic_word "$1")" in
                eb48|eb63) return 0;;