From b7b2c18b8d8ae09ac7f5ad86173380bf69409b80 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 5 Sep 2014 12:40:38 -0300 Subject: Use python2 explicitly to run bitmask-root. Closes #6048. --- changes/bug-6048_python2-bitmask-root | 1 + pkg/linux/bitmask-root | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/bug-6048_python2-bitmask-root 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 -- cgit v1.2.3