summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeko-san2023-06-18 15:47:51 -0500
committerNeko-san2023-06-18 15:47:51 -0500
commite6fe9aa934ee13441c6e741a120246f10729dea8 (patch)
treecfd2c40a08c49317db59cde681c044ec2e132495 /PKGBUILD
parentb61239a39d0f9582898002991bbc3b4597acf69e (diff)
downloadaur-e6fe9aa934ee13441c6e741a120246f10729dea8.tar.gz
Refactored build function logic
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee8a1c47c4ae..74484d68ddea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -175,6 +175,7 @@ build() {
:
else
echo "Error: Build failed; try searching the output for suspicious messages." >&2
+ return;
fi
}