#3674 - add error return code
This commit is contained in:
parent
cf6f185635
commit
3b82ab0817
@ -892,6 +892,7 @@ sub kit_cleanrepo
|
||||
}
|
||||
if ( !$got_one ) {
|
||||
print "Kit repository $repoid does not exist.\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if ( -d "$::workdir/rpmbuild" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user