Signed-off-by: Waldemar Kozaczuk <[email protected]>
---
 scripts/module.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/module.py b/scripts/module.py
index d7128388..8a1a5406 100755
--- a/scripts/module.py
+++ b/scripts/module.py
@@ -110,7 +110,7 @@ def make_cmd(cmdline, j, jobserver):
     ret = 'make ' + cmdline
     if jobserver is not None:
         ret += ' -j --jobserver-fds=' + jobserver
-    elif j is '-':
+    elif j == '-':
         ret += ' -j'
     elif j is not None:
         ret += ' -j' + j
-- 
2.20.1

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/20200506035103.9079-1-jwkozaczuk%40gmail.com.

Reply via email to