summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-xscripts/build/chroot_cache5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache
index 73a9f62d2..451cda1e0 100755
--- a/scripts/build/chroot_cache
+++ b/scripts/build/chroot_cache
@@ -76,4 +76,9 @@ case "${_ACTION}" in
# Creating stage file
Create_stagefile "${STAGE_FILE}"
;;
+
+ *)
+ Echo_error "Invalid action parameter: '${_ACTION}'"
+ Usage --fail
+ ;;
esac