Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10863 - main/branches/prefix/bin
Date: Tue, 01 Jul 2008 07:26:44
Message-Id: E1KDaG6-0001bc-Km@stork.gentoo.org
1 Author: grobian
2 Date: 2008-07-01 07:26:37 +0000 (Tue, 01 Jul 2008)
3 New Revision: 10863
4
5 Modified:
6 main/branches/prefix/bin/glsa-check
7 Log:
8 Do not use hardcoded python, bug #230247
9
10 Modified: main/branches/prefix/bin/glsa-check
11 ===================================================================
12 --- main/branches/prefix/bin/glsa-check 2008-07-01 05:22:57 UTC (rev 10862)
13 +++ main/branches/prefix/bin/glsa-check 2008-07-01 07:26:37 UTC (rev 10863)
14 @@ -1,4 +1,4 @@
15 -#!/usr/bin/python
16 +#!@PYTHON@
17
18 # $Header: $
19 # This program is licensed under the GPL, version 2
20
21 --
22 gentoo-commits@l.g.o mailing list