Verify cache size: added exit code
diff --git a/prebuilt/common/bin/verify_cache_partition_size.sh b/prebuilt/common/bin/verify_cache_partition_size.sh
index 9f8ea64..07dd34e 100644
--- a/prebuilt/common/bin/verify_cache_partition_size.sh
+++ b/prebuilt/common/bin/verify_cache_partition_size.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/sbin/sh
 #
 # Force /system dalvik-cache on /data instead of /cache if is not large enough
 #
@@ -8,3 +8,5 @@
 then
   echo "dalvik.vm.dexopt-data-only=1" >> /system/build.prop
 fi
+
+exit 0