Fix last commit

This commit is contained in:
falkTX 2013-10-20 08:13:36 +01:00
parent f78060e999
commit 7195ed538e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import jacklib
global reactivateCounter
reactivateCounter = -1
isKernelGood = [int(i) for i in os.uname()[2].split(".", 2)[:2]] >= [3,8]
isKernelGood = [int(i) for i in os.uname()[2].split("-", 1)[0].split(".", 2)[:2]] >= [3,8]
# --------------------------------------------------
# Global loop check