diff --git a/setup.py b/setup.py index 08ca197bdb..e5fec47e9f 100755 --- a/setup.py +++ b/setup.py @@ -557,7 +557,7 @@ class SetEnvVar(object): if ret is not None: print(" ->Path " + ret + " was found\n") else: - print(" ->Command " + ret + " not found\n") + print(" ->Command " + cmd + " not found\n") return ret def _find_value_from_sys(self, var_name):