commit: 9b89915fa01d776ec342b086d610dd5492e8fb3b Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 13:54:18 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jul 7 13:54:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=9b89915f
scripts/cycle.1.py: fix shebang. scripts/cycle.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cycle.1.py b/scripts/cycle.1.py index 098da43..5a1e548 100644 --- a/scripts/cycle.1.py +++ b/scripts/cycle.1.py @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/python3.4 from portage import settings from grs.Execute import Execute
