#3674 - add error return code

This commit is contained in:
nott 2013-09-05 12:32:38 -04:00
parent d9e9515cf5
commit 7ad12aba70

View File

@ -892,6 +892,7 @@ sub kit_cleanrepo
}
if ( !$got_one ) {
print "Kit repository $repoid does not exist.\n";
return 1;
}
}
if ( -d "$::workdir/rpmbuild" ) {