tomboy r1994 - in trunk: . Tomboy



Author: sharm
Date: Sun May 11 14:26:47 2008
New Revision: 1994
URL: http://svn.gnome.org/viewvc/tomboy?rev=1994&view=rev

Log:
* Tomboy/tomboy.in, Tomboy/tomboy-panel.in: Replace #!/bin/bash with
  #!/usr/bin env bash, to handle OSs that have the audacity to put
  bash somewhere other than its rightful place.  Fixes bug #521160. 
  Patch courtesty of Romain Tartiere.

Modified:
   trunk/ChangeLog
   trunk/Tomboy/tomboy-panel.in
   trunk/Tomboy/tomboy.in

Modified: trunk/Tomboy/tomboy-panel.in
==============================================================================
--- trunk/Tomboy/tomboy-panel.in	(original)
+++ trunk/Tomboy/tomboy-panel.in	Sun May 11 14:26:47 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 export LD_LIBRARY_PATH="@pkglibdir ${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
 export MONO_PATH=$MONO_PATH:@pkglibdir@:@pkglibdir@/addins

Modified: trunk/Tomboy/tomboy.in
==============================================================================
--- trunk/Tomboy/tomboy.in	(original)
+++ trunk/Tomboy/tomboy.in	Sun May 11 14:26:47 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if [ "x$PWD" = "x srcdir@" ] ; then
     echo "*** Running uninstalled @target@ ***"



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