diff options
-rwxr-xr-x | create_arm_image.sh | 2 |
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 |