aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <[email protected]>2011-08-30 01:05:37 -0700
committerThomas <[email protected]>2011-08-30 01:05:37 -0700
commit3d835cf703ee4feef47c5b3175662e81ba703c9d (patch)
tree0493dc02bce7a3213044cd0bfc0f8fa98a03718e
parent18bebcf2494d6fb8c5340d69be9e3d438be09cb1 (diff)
parent6e48111fb36f5820baee1fade14233836fcb1342 (diff)
downloadkerl-3d835cf703ee4feef47c5b3175662e81ba703c9d.tar.gz
kerl-3d835cf703ee4feef47c5b3175662e81ba703c9d.tar.bz2
kerl-3d835cf703ee4feef47c5b3175662e81ba703c9d.zip
Merge pull request #7 from nox/fix-disable-agner
Disable agner support when KERL_DISABLE_AGNER is not empty
-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