2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

#3674 - add error return code

This commit is contained in:
nott 2013-09-05 12:29:37 -04:00
parent cf6f185635
commit 3b82ab0817

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" ) {