forked from openSUSE/obs-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vminstall are in expanded package list
Signed-off-by: Gyeoungmin Kim <[email protected]>
- Loading branch information
Gyeoungmin Kim
committed
Nov 6, 2015
1 parent
f3bf9ef
commit 3b35ee7
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,6 +249,7 @@ vm_parse_options() { | |
return 1 | ||
;; | ||
esac | ||
export VM_TYPE | ||
nextargs=("$@") | ||
return 0 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters