[gnome-sudoku] Use /usr/bin/python instead of /usr/bin/env python
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] Use /usr/bin/python instead of /usr/bin/env python
- Date: Sat, 25 May 2013 17:26:21 +0000 (UTC)
commit 0858c2c62718691d5e09aa754c9177941296b5ed
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Jan 28 22:36:26 2013 -0500
Use /usr/bin/python instead of /usr/bin/env python
In accordance with Debian & Fedora recommendations
https://bugzilla.gnome.org/show_bug.cgi?id=692765
src/gnome-sudoku | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-sudoku b/src/gnome-sudoku
index 69e10be..2515787 100755
--- a/src/gnome-sudoku
+++ b/src/gnome-sudoku
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
# -*- coding: utf-8 -*-
# GNOME Sudoku is a simple sudoku generator and player. Sudoku is a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]