mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Drop shorthand options
This commit is contained in:
parent
22c664ad93
commit
8f41c4c90f
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -1172,7 +1172,7 @@ if [ $# -lt 1 ]; then
|
||||||
else
|
else
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
-acc|--acc|-accessible|--accessible|-accessibility|--accessibility)
|
-accessible|--accessible|-accessibility|--accessibility)
|
||||||
ACCESSIBLE="${2}"
|
ACCESSIBLE="${2}"
|
||||||
accessible_param_check
|
accessible_param_check
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in a new issue