[gedit] send-to-fpaste: use /usr/bin/env instead of /bin/env



commit a9fd3f931a6e2cbd282b293f6b0b3828bfbd18f2
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Sun Oct 5 17:10:20 2014 +0200

    send-to-fpaste: use /usr/bin/env instead of /bin/env
    
    In light of the larger /usr - movement, it would be nicer to use
    /usr/bin/env instead of /bin/env. Some distros do not offer /bin/env
    (and never have). All other files refering to 'env' look for it in
    /usr/bin as well, so it's just consistent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737931

 plugins/externaltools/data/send-to-fpaste.tool.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/externaltools/data/send-to-fpaste.tool.in 
b/plugins/externaltools/data/send-to-fpaste.tool.in
index e3edaca..d255007 100755
--- a/plugins/externaltools/data/send-to-fpaste.tool.in
+++ b/plugins/externaltools/data/send-to-fpaste.tool.in
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import os, urllib, json, sys, urllib.request
 from gi.repository import Gtk, Gdk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]