Re: [Gimp-user] Problem running script-fu in bash script

2004-06-09 Thread Mathieu Masse
On Wed, 2004-06-09 at 06:58, Sven Neumann wrote: > Hi, > > Mathieu Masse <[EMAIL PROTECTED]> writes: > > > Now when I call this from a bash script it is also fine, my > > problem is that instead of passing fixed parameters to my script-fu > > script I want to pass bash variables, but I can't

Re: [Gimp-user] Problem running script-fu in bash script

2004-06-09 Thread Simon Budig
Sven Neumann ([EMAIL PROTECTED]) wrote: > I'd say your quoting is wrong. You can hardly expect nested single > ticks to work. > > > gimp -d -i --verbose -b '(script-fu-add-text-weather-map '$fullpath' > > '$file' '$current_time')' > > Try this instead: > > gimp -d -i --verbose -b '(script-fu-add

Re: [Gimp-user] Problem running script-fu in bash script

2004-06-09 Thread Sven Neumann
Hi, Mathieu Masse <[EMAIL PROTECTED]> writes: > Now when I call this from a bash script it is also fine, my > problem is that instead of passing fixed parameters to my script-fu > script I want to pass bash variables, but I can't get this to work, > I looked on the web and tried what people s