From: Vladimir Nadvornik Date: Tue, 28 Jul 2009 22:03:54 +0000 (+0000) Subject: run the scripts with /bin/sh X-Git-Tag: v1.0.0~96 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=5d66be285cb060db3db2202a7ee3b79cacfd9769 run the scripts with /bin/sh --- diff --git a/plugins/import/geeqie-import b/plugins/import/geeqie-import index b763aab7..8e607c71 100755 --- a/plugins/import/geeqie-import +++ b/plugins/import/geeqie-import @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh case "$1" in gqview) diff --git a/plugins/rotate/geeqie-rotate b/plugins/rotate/geeqie-rotate index 3aa9673a..e97e74c8 100755 --- a/plugins/rotate/geeqie-rotate +++ b/plugins/rotate/geeqie-rotate @@ -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 diff --git a/plugins/ufraw/geeqie-ufraw b/plugins/ufraw/geeqie-ufraw index 080e0cc7..2131ad87 100755 --- a/plugins/ufraw/geeqie-ufraw +++ b/plugins/ufraw/geeqie-ufraw @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # FIXME TODO: # improve the default ufraw configuration