summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeko-san2023-06-18 15:48:41 -0500
committerNeko-san2023-06-18 15:48:41 -0500
commit5fc595b23977aaf4f064ef85c8011a87517db873 (patch)
treed4c7387af79ad7647452ea265c891955bfab3942
parent741e4cbf50cc5f162e9c440508b84a04144d909e (diff)
downloadaur-5fc595b23977aaf4f064ef85c8011a87517db873.tar.gz
Refactored build function logic
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a80eab054f3..1b6090f90cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -181,7 +181,7 @@ build() {
fi
if eval "${build}"; then
- return;
+ :
else
echo "Error: Build failed; try searching the output for suspicious messages." >&2
return;