diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-28 20:29:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-18 22:40:51 -0500 |
commit | 24e7da46a9a6521ff89090c555babd12cfbe589a (patch) | |
tree | 6ff5bbbf9a715e8faa9aeb42e3bc0bc63ff6ea13 /bin | |
parent | targets/livecd_stage2.py: Fix regression in path setting (diff) | |
download | catalyst-24e7da46a9a6521ff89090c555babd12cfbe589a.tar.gz catalyst-24e7da46a9a6521ff89090c555babd12cfbe589a.tar.bz2 catalyst-24e7da46a9a6521ff89090c555babd12cfbe589a.zip |
catalyst: switch to common python entry
Since the catalyst code base supports py2 & py3, we no longer need to
hardcode py2 in the shebang.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/catalyst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/catalyst b/bin/catalyst index 1557ab85..24122b2f 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -OO +#!/usr/bin/python -OO # Maintained in full by: # Catalyst Team <catalyst@gentoo.org> |