mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
run: improve error message on missing recipe
This commit is contained in:
parent
1f77f37310
commit
be4d8b24e2
@ -165,7 +165,7 @@ proc _current_depot_archive_version { type name } {
|
||||
set repo [repository_contains $hash_rel_path]
|
||||
|
||||
if {$repo == ""} {
|
||||
puts stderr "Error: unable to guess version of '$name' archive"
|
||||
puts stderr "Error: recipe for '$type/$name' not found - unable to guess version"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user