fix wrong util version check
[tools/sbs.git] / share / sbs / scripts / 010.makeimage-hook.checktools.native
index c95211b..4b3f026 100755 (executable)
@@ -4,8 +4,6 @@ set -e
 
 echo -n "Checking mkfs.ubifs... "
 ver=`mkfs.ubifs -V`
-[ "$ver" = "Version 1.4" ]
-echo "OK"
 
 echo -n "Checking for mkrfs_3.0.0... "
 which "mkrfs_3.0.0" > /dev/null