aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreate_arm_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_arm_image.sh b/create_arm_image.sh
index 14de0a1..b0d2adb 100755
--- a/create_arm_image.sh
+++ b/create_arm_image.sh
@@ -205,7 +205,7 @@ while true; do
;;
--package)
PACKAGE="${2}"
- shift
+ shift 2
;;
--prepare-chroot)
if [ -z ${OPT} ]; then