|
From: ivana r. <iva...@mf...> - 2016-12-17 12:48:59
|
Hi all,
I'd like to change shell used for system calls on linux. I quess it
should work the same way as Unix according to manual (set SHELL
env_var) but it doesn't.
On
#Linux deimos 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3 (2015-04-23)
x86_64 GNU/Linux
#GNU bash, version 4.3.33(1)-release (x86_64-pc-linux-gnu)
I get:
#> export SHELL=/bin/bash; gnuplot -d -e 'pr system("echo $0 $SHELL")'
# sh /bin/bash
Does anybody know how to change shell used by gnuplot on linux?
thanks
Iva
|