summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard König2016-02-10 22:34:45 +0100
committerLeonard König2016-02-10 22:34:45 +0100
commit9566e1cf82d2b354a84c5194b85665b99fbea540 (patch)
treea9ae5dbf69a9e58e050d574ff5ebaf2645043858
parentc825edbb3646a8d6c24d3e4732493fd01ab92468 (diff)
downloadaur-9566e1cf82d2b354a84c5194b85665b99fbea540.tar.gz
insert space in warning
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588e6c47c52b..55ce4351075d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ PKGEXT='.pkg.tar' # Prevent compressing of the final package
prepare() {
if [ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]; then
- warning "It seems that you have less than 10GB left.If you are using an AUR-Helper"
+ warning "It seems that you have less than 10GB left. If you are using an AUR-Helper"
warning "or building on a small partition (like /tmp), you might want to change the"
warning "build-/cache-directory as this package is rather big"
fi