Re: id issues | IFS Fractal; Animation Optimize

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

 



RyōTa SimaMoto (Thursday, 22. April 2010)
> Ulf-D.Ehlert wrote:
> > Which changes are necessary?
> 
> They are very simple.
> s@mktemp --tmpdir@mktemp -t@
> s@xargs --no-run-if-empty@xargs@
> 
> The first replacement means that --tmpdir option is
> not supported like as
> https://bugzilla.redhat.com/show_bug.cgi?id=581416

According to the mktemp man page (coreutils-7.1) the options "-t" (and 
"-p") are deprecated, so I will try

	s@mktemp --tmpdir  *@${TMPDIR:-/tmp}/@

which should be an equivalent (and portable) solution.
 
> The second replacement can be also
> s@xargs --no-run-if-empty@xargs -r@
> where -r option is a dummy for compatibility to GNU xargs,
> since FreeBSD xargs does not run the given command if
> imput argument is empty.

Maybe it's even better to use xargs without any option.

Thank you for your comments!

Bye,
Ulf

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Gimp-docs mailing list
Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux