Skip to content

Commit 5cdbda8

Browse files
author
Jared J
committed
Removed some erroneous bash argument shifts in areas where not needed.
Was causing some arguments to drop -run if not placed earlier in the arguments.
1 parent 6b555a2 commit 5cdbda8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main

-2
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ do
375375
;;
376376
-nonet)
377377
noNet=1
378-
shift
379378
;;
380379
-memory|-mem)
381380
memoryArgs="$2"
@@ -423,7 +422,6 @@ do
423422
;;
424423
-hyperv)
425424
hyperv='enabled'
426-
shift
427425
;;
428426
--help|-help)
429427
printHelp

0 commit comments

Comments
 (0)