diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-05 12:40:38 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-05 12:41:09 -0300 |
commit | b7b2c18b8d8ae09ac7f5ad86173380bf69409b80 (patch) | |
tree | 0de24bdf00b62f28f8ddf90b1d4cf497737dc437 /changes | |
parent | 125a83037657bd7783ebc5b9e8aca75b5e886780 (diff) |
Use python2 explicitly to run bitmask-root.
Closes #6048.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-6048_python2-bitmask-root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6048_python2-bitmask-root b/changes/bug-6048_python2-bitmask-root new file mode 100644 index 00000000..038196b0 --- /dev/null +++ b/changes/bug-6048_python2-bitmask-root @@ -0,0 +1 @@ +- Use python2 to run bitmask-root to work fine on systems with python3 as default. Closes #6048. |