-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi,
Am Sa den 25. Jul 2009 um 9:20 schrieb Laurent Monin: > But for patches against plugins, i'm unsure. > What do you all think about those ? Am Fr den 24. Jul 2009 um 16:19 schrieb Greg Troxel: > Index: plugins/ufraw/geeqie-ufraw > =================================================================== > --- plugins/ufraw/geeqie-ufraw (revision 1803) > +++ plugins/ufraw/geeqie-ufraw (working copy) > @@ -1,4 +1,4 @@ > -#!/bin/bash > +#!/bin/sh > > # FIXME TODO: > # improve the default ufraw configuration > Index: plugins/import/geeqie-import > =================================================================== > --- plugins/import/geeqie-import (revision 1803) > +++ plugins/import/geeqie-import (working copy) > @@ -1,4 +1,4 @@ > -#!/bin/bash > +#!/bin/sh > > case "$1" in > gqview) > Index: plugins/rotate/geeqie-rotate > =================================================================== > --- plugins/rotate/geeqie-rotate (revision 1803) > +++ plugins/rotate/geeqie-rotate (working copy) > @@ -1,8 +1,10 @@ > -#!/bin/bash -x > +#!/bin/sh > > # This is a helper script that rotate image files according to the metadata > # requirements: ImageMagick, exiftran, exiv2 > > +set -x > + > GQ_METADATA_DIR="$HOME/.local/share/geeqie/metadata" > > rotate() Should be save and more portable. But I wouldn't set -x on the last. I think that is a leftover of Vlads testing. Regards Klaus - -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <kl...@ethgen.de> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQEVAwUBSmrBzJ+OKpjRpO3lAQq6rAf9FiNOVHfXx/o/qSI+ijT1mL1AQKG40NX9 AeU2tqua9OX3chYkE98fsmKy271VFJrkVqBxd/EQbXge/DqNk0jjWHyBzwcc2X6/ dZfz+RYTWALCuS/o0DWjZJyoUbwny8xSAyyVdKvb8mgx96DRK/3YkMyWiDto01Gz X5ec/YnjzZdTdVntchAzPBdFHmpx+IHRB0zYI/HHUvP0kIYV9o9c+qg9egzDS49q 49xQhIhDs1g/sjPrQ9tnlJRKT4HUvAFfhVRQSWre85HJPoiImDChnn+bt/jqshDf Fg+WYFyFLMFyD2nqFMwk/fbh7DrgkmCA7Nmdt/ls2B9tZo2HlIDL3w== =EjIj -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Geeqie-devel mailing list Geeqie-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geeqie-devel