summaryrefslogtreecommitdiff
path: root/scripts/unpack-prebuilt-apex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/unpack-prebuilt-apex.sh')
-rwxr-xr-xscripts/unpack-prebuilt-apex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/unpack-prebuilt-apex.sh b/scripts/unpack-prebuilt-apex.sh
index 2a20e452a..18f4da236 100755
--- a/scripts/unpack-prebuilt-apex.sh
+++ b/scripts/unpack-prebuilt-apex.sh
@@ -17,7 +17,7 @@ set -eu
# limitations under the License.
# Tool to unpack an apex file and verify that the required files were extracted.
-if [ $# -lt 7 ]; then
+if [ $# -lt 6 ]; then
echo "usage: $0 <deapaxer_path> <debugfs_path> <fsck.erofs_path> <apex file> <output_dir> <required_files>+" >&2
exit 1
fi