summaryrefslogtreecommitdiff
path: root/update-kernel.in
diff options
context:
space:
mode:
authorMartin HEBANT <martin.hebant@etu.utc.fr>2022-03-11 18:51:24 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2022-03-16 09:50:44 +0000
commit96806763a1c335e6c71936aa6ec58f545167544f (patch)
tree1dd02cec7ff305c609474b2053ae2253418fd59a /update-kernel.in
parentc9d7497680ace159181d087b165b5b69bb70f62e (diff)
downloadalpine-conf-96806763a1c335e6c71936aa6ec58f545167544f.zip
update-kernel: fix missing shift
Diffstat (limited to 'update-kernel.in')
-rw-r--r--update-kernel.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-kernel.in b/update-kernel.in
index 165a9a3..0e3958a 100644
--- a/update-kernel.in
+++ b/update-kernel.in
@@ -126,6 +126,7 @@ while :; do
MEDIA=yes
;;
-d|--keys-dir)
+ shift
KEYS_DIR="$1"
;;
--repositories-file)