aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/abuild/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 0f1a666a29..9127627420 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
url=http://git.alpinelinux.org/cgit/abuild/
depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1
abuildhelper curl"
-if [ $ALPINE_LIBC = "eglibc" ]; then
+if [ "$ALPINE_LIBC" = "eglibc" ]; then
depends="$depends eglibc-utils"
else
depends="$depends uclibc-utils"