summarylogtreecommitdiffstats
path: root/build-with-chroot.sh
diff options
context:
space:
mode:
authorDavid Čuček2022-09-21 09:02:35 +0200
committerDavid Čuček2022-09-21 09:02:35 +0200
commitb50dd3b19a31f41fb6619f11d8e591383e9cc6a6 (patch)
tree46f833f11e8e4d327a70ea10470b193202f1aa6d /build-with-chroot.sh
parentd04dc072c68c96feafba33d39009c969e6a0c8f8 (diff)
downloadaur-b50dd3b19a31f41fb6619f11d8e591383e9cc6a6.tar.gz
minor updates
Diffstat (limited to 'build-with-chroot.sh')
-rwxr-xr-xbuild-with-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-with-chroot.sh b/build-with-chroot.sh
index 15adfa042b99..337a080784b1 100755
--- a/build-with-chroot.sh
+++ b/build-with-chroot.sh
@@ -28,7 +28,7 @@ main() {
(( status_code > 0 )) && {
echo "Installation aborted! You can install manually with command:"
echo "sudo pacman -U \"${pkgpath}\""
- exit 4;
+ exit 4
}
echo "Installation successfully completed!"