diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-22 16:13:37 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-22 16:13:37 -0300 |
commit | 30fe51fa5c90a5ec08491b6d3f8524838ec75ac2 (patch) | |
tree | b58d8435046bc821810e5804aa7f39bb159206aa | |
parent | db044d01432e8c78fcd266308aec0edbee990ab3 (diff) | |
parent | d62b86224f1f4697c5c2a31d2cb0ad8b789fe1a9 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into develop
-rw-r--r-- | changes/bug_python2-compat | 1 | ||||
-rwxr-xr-x | pkg/linux/bitmask-root | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug_python2-compat b/changes/bug_python2-compat new file mode 100644 index 00000000..35331a36 --- /dev/null +++ b/changes/bug_python2-compat @@ -0,0 +1 @@ +- Use python2.7 since is the common name for python 2 in Ubuntu, Debian, Arch. Related to #6048. diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 767dcc38..ee195e3b 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # # Copyright (C) 2014 LEAP |