aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-05-16 17:43:40 -0700
committerDonald Carr2017-05-17 23:08:30 -0700
commit7c3c9ae2120588416e1a0160f1c86ac65e73c501 (patch)
tree80249e54489ad582404670d9250aabd6bc007495
parent362d4c00e8407be7724c4a7bfbdb4420f71c5e46 (diff)
downloadaur-7c3c9ae2120588416e1a0160f1c86ac65e73c501.tar.gz
Fix variable spacing oversight
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed88561f70ae..c2b759846cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,8 +44,8 @@ if [[ -z ${startdir} ]]; then
fi
if [[ -f full-build ]]; then
- _minimal = false
- _debug = false
+ _minimal=false
+ _debug=false
fi
if $_building && $_minimal; then