Revision: 1807
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1807&view=rev
Author:   nadvornik
Date:     2009-07-28 22:03:54 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
run the scripts with /bin/sh

Modified Paths:
--------------
    trunk/plugins/import/geeqie-import
    trunk/plugins/rotate/geeqie-rotate
    trunk/plugins/ufraw/geeqie-ufraw

Modified: trunk/plugins/import/geeqie-import
===================================================================
--- trunk/plugins/import/geeqie-import  2009-07-25 08:23:23 UTC (rev 1806)
+++ trunk/plugins/import/geeqie-import  2009-07-28 22:03:54 UTC (rev 1807)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 case "$1" in
        gqview) 

Modified: trunk/plugins/rotate/geeqie-rotate
===================================================================
--- trunk/plugins/rotate/geeqie-rotate  2009-07-25 08:23:23 UTC (rev 1806)
+++ trunk/plugins/rotate/geeqie-rotate  2009-07-28 22:03:54 UTC (rev 1807)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh
 
 # This is a helper script that rotate image files according to the metadata
 # requirements: ImageMagick, exiftran, exiv2

Modified: trunk/plugins/ufraw/geeqie-ufraw
===================================================================
--- trunk/plugins/ufraw/geeqie-ufraw    2009-07-25 08:23:23 UTC (rev 1806)
+++ trunk/plugins/ufraw/geeqie-ufraw    2009-07-28 22:03:54 UTC (rev 1807)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # FIXME TODO:
 # improve the default ufraw configuration


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to