Skip to content

Commit

Permalink
Removed some erroneous bash argument shifts in areas where not needed.
Browse files Browse the repository at this point in the history
Was causing some arguments to drop -run if not placed earlier in the
arguments.
  • Loading branch information
Jared J committed Apr 5, 2021
1 parent 6b555a2 commit 5cdbda8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ do
;;
-nonet)
noNet=1
shift
;;
-memory|-mem)
memoryArgs="$2"
Expand Down Expand Up @@ -423,7 +422,6 @@ do
;;
-hyperv)
hyperv='enabled'
shift
;;
--help|-help)
printHelp
Expand Down

0 comments on commit 5cdbda8

Please sign in to comment.