|
From: Robert P. <rd...@gm...> - 2012-09-08 19:46:31
|
Spinning on readline when put into the background sounds vaguely familiar. To simplify things a bit, what happens in your environment when you run the following script: #!/usr/bin/env bash /usr/local/tools/gnuplot-4.4.3/bin/gnuplot.real "$@" _value=$? exit $_value ? And can you provide a minimal example of the command line args? - rdp |