summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-07-16 18:08:30 +0200
committerStefan Auditor2015-07-16 18:08:30 +0200
commit09200605fea4b35110bd7da795eec841d94031ce (patch)
tree6e28fe3d33d278af1c2a8ad66c545482eeae73f4
parent2045c81b48d72e13d5a13e33ddd07643356873ef (diff)
downloadaur-09200605fea4b35110bd7da795eec841d94031ce.tar.gz
add blank line to echo
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e00958d623a3..e6c3c9a128ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,4 +17,5 @@ package() {
echo
echo "Warning: bz2.so must be enabled in your php.ini"
+ echo
}