removed some useless things

i18n
Michal S 2 years ago
parent ecdd82ace4
commit 74e14304d4
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -280,7 +280,7 @@ pub fn aur_install(a: Vec<String>, options: Options, orig_cachedir: &str) {
.wait()
.silent_unwrap(AppExitCode::MakePkgError);
if !status.success() && status.code().unwrap() != 13 {
if !status.success() {
// If build failed, push to failed vec
failed.push(pkg.clone());
return;

Loading…
Cancel
Save