base-files: Fix path check in get_mac_binary
[openwrt/staging/blogic.git] / package / base-files / files / lib / functions / system.sh
index df671465beaf79cf8513d49923e4f6a749e05b52..9b9d03df7b06fb887b25e9c2895399e792705683 100644 (file)
@@ -4,7 +4,7 @@ get_mac_binary() {
        local path="$1"
        local offset="$2"
 
-       if [ -e "$path" ]; then
+       if [ -e "$path" ]; then
                echo "get_mac_binary: file $path not found!" >&2
                return
        fi