diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-22 16:07:39 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-22 16:07:39 -0300 |
commit | d62b86224f1f4697c5c2a31d2cb0ad8b789fe1a9 (patch) | |
tree | b58d8435046bc821810e5804aa7f39bb159206aa /pkg/linux/bitmask-root | |
parent | db044d01432e8c78fcd266308aec0edbee990ab3 (diff) |
Use python2.7 instead of python2.
The binary `python2` is not present on Debian systems.
The common denominator for Ubuntu, Debian, Arch is `python2.7`
Related to #6048.
Diffstat (limited to 'pkg/linux/bitmask-root')
-rwxr-xr-x | pkg/linux/bitmask-root | 2 |
1 files changed, 1 insertions, 1 deletions
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 |