diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-17 12:52:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-17 12:52:51 +0200 |
commit | 602fe1e68f87cf90bf0137b5b1af649a26736475 (patch) | |
tree | f1dbccfc7160e5c66b0f6889480727cf7450adbf /bin | |
parent | 104a2e76f9033f49e8fb33817fbdd1d19e13c2a2 (diff) | |
download | mkinitcpio-ykfde-602fe1e68f87cf90bf0137b5b1af649a26736475.tar.gz mkinitcpio-ykfde-602fe1e68f87cf90bf0137b5b1af649a26736475.tar.zst |
fix getopt options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ykfde | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ SERIAL="$(ykinfo -sq)" SLOT="2" TMPDIR="$(mktemp --directory --tmpdir=/tmp/ .$(basename ${0})-${$}-XXXXXX)" -while getopts "12d:h" opt; do +while getopts "12h" opt; do case ${opt} in 1) SLOT="1" |