mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
parent
f4cfa0ca43
commit
5d23ef9447
@ -83,7 +83,7 @@ proc run_power_on { } {
|
||||
if {[check_version $qemu_version $qemu_good_old $qemu_good_new]} {
|
||||
puts "\nYour Qemu version '$qemu_version' is not working with AMD SVM virtualisation"
|
||||
puts "Known good Qemu versions are until $qemu_good_old and starting with $qemu_good_new\n"
|
||||
exit
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -516,7 +516,7 @@ proc have_installed {program} {
|
||||
#
|
||||
proc requires_installation_of {program} {
|
||||
if {![have_installed $program]} {
|
||||
puts "Run script aborted because $program is not installed"; exit
|
||||
puts "Run script aborted because $program is not installed"; exit 1
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user