summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Vivaldi2019-09-19 15:37:01 +0200
committerFederico Vivaldi2019-09-19 15:37:01 +0200
commit12cd70ac4e99a2434b0ec31e1e296b680458b37e (patch)
treefbb7d201d1620cd1b68c89aceb3392655dbf269c
parente183bb39405a18e15623bd37fb0661f8818609c4 (diff)
downloadaur-12cd70ac4e99a2434b0ec31e1e296b680458b37e.tar.gz
PKGBUILD typo fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0047cfbea653..cb02e852d31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ build() {
cd "$pkgname"
if [ -e $pkgname/build]
- then
- cd build
+ then
+ cd build
else
mkdir build
cd build