mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Clean up options parsing
This commit is contained in:
parent
2e4cbd297a
commit
5dbe63040f
1 changed files with 0 additions and 4 deletions
|
@ -169,9 +169,6 @@ while [ $# -gt 0 ]; do
|
||||||
-delete|--delete)
|
-delete|--delete)
|
||||||
DELETE=1
|
DELETE=1
|
||||||
shift;;
|
shift;;
|
||||||
-legacy|--legacy)
|
|
||||||
BIOS=""
|
|
||||||
shift;;
|
|
||||||
-restore|--restore)
|
-restore|--restore)
|
||||||
RESTORE=1
|
RESTORE=1
|
||||||
shift;;
|
shift;;
|
||||||
|
@ -180,7 +177,6 @@ while [ $# -gt 0 ]; do
|
||||||
shift;;
|
shift;;
|
||||||
-virgil|--virgil)
|
-virgil|--virgil)
|
||||||
ENGINE="virgil"
|
ENGINE="virgil"
|
||||||
SAMBA=""
|
|
||||||
shift;;
|
shift;;
|
||||||
-vm|--vm)
|
-vm|--vm)
|
||||||
VM="$2"
|
VM="$2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue