diff options
-rw-r--r-- | changes/bug-6048_python2-bitmask-root | 1 | ||||
-rwxr-xr-x | pkg/linux/bitmask-root | 2 |
2 files changed, 2 insertions, 1 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. diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index c9034b0d..fa7fc92a 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # Copyright (C) 2014 LEAP |