Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:stages-amd64-hardened commit in: scripts/
Date: Tue, 07 Jul 2015 13:51:57
Message-Id: 1436277258.9b89915fa01d776ec342b086d610dd5492e8fb3b.blueness@gentoo
1 commit: 9b89915fa01d776ec342b086d610dd5492e8fb3b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 13:54:18 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 13:54:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=9b89915f
7
8 scripts/cycle.1.py: fix shebang.
9
10 scripts/cycle.1.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/cycle.1.py b/scripts/cycle.1.py
14 index 098da43..5a1e548 100644
15 --- a/scripts/cycle.1.py
16 +++ b/scripts/cycle.1.py
17 @@ -1,4 +1,4 @@
18 -#!/bin/bash -e
19 +#!/usr/bin/python3.4
20
21 from portage import settings
22 from grs.Execute import Execute