[gnome-sharing-service] More portable python shebang
- From: Patryk Zawadzki <pzawadzki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sharing-service] More portable python shebang
- Date: Tue, 22 Jun 2010 19:51:04 +0000 (UTC)
commit d5c0fa364b747580a82792d2edd3484af76d6570
Author: Patryk Zawadzki <patrys pld-linux org>
Date: Tue Jun 22 21:43:06 2010 +0200
More portable python shebang
Also made the files executable.
src/gnome-share-file | 2 +-
src/gnome-sharing-service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-share-file b/src/gnome-share-file
old mode 100644
new mode 100755
index fe4fdc6..fa44b2a
--- a/src/gnome-share-file
+++ b/src/gnome-share-file
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys, os
diff --git a/src/gnome-sharing-service b/src/gnome-sharing-service
old mode 100644
new mode 100755
index cc7f341..9426b2f
--- a/src/gnome-sharing-service
+++ b/src/gnome-sharing-service
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]