aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 6aa9eda..fbc19db 100755
--- a/kerl
+++ b/kerl
@@ -137,7 +137,7 @@ R12B-2 R12B-3 R12B-4 R12B-5 R13A R13B R13B01 R13B02 R13B03 R13B04"
agner_support()
{
- if [ -z "$KERL_DISABLE_AGNER" ]; then
+ if [ -n "$KERL_DISABLE_AGNER" ]; then
return 1;
fi