Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Will exit with code 1 on PKGBUILD download failure #149

Merged
merged 2 commits into from
Sep 30, 2015
Merged

Will exit with code 1 on PKGBUILD download failure #149

merged 2 commits into from
Sep 30, 2015

Conversation

cthbleachbit
Copy link
Contributor

Yaourt will now exit with 1 when yaourt -G fails to download the PKGBUILD

@TheTumultuousUnicornOfDarkness

[[ $? -ne 0 ]] && <command> is a bit cleaner than if [[ $? -ne 0 ]]; then <command>; fi. ;)

@cthbleachbit
Copy link
Contributor Author

if structure cleaned in 45e23fb

Skunnyk added a commit that referenced this pull request Sep 30, 2015
Will exit with code 1 on PKGBUILD download failure
@Skunnyk Skunnyk merged commit f667dc9 into archlinuxfr:master Sep 30, 2015
@Skunnyk
Copy link
Member

Skunnyk commented Sep 30, 2015

Thank you !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants