summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/pkgconf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pkgconf.sh b/config/pkgconf.sh
index 80dcbee..361852e 100755
--- a/config/pkgconf.sh
+++ b/config/pkgconf.sh
@@ -17,7 +17,7 @@ if (($# < 1)); then
exit
fi
-if [[ "$XNOLIBS" == *y* ]]; then
+if [[ "$XNOLIBS" == [y1] ]]; then
exit 1
fi