Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Shell Escape and loosing working directory



Hello,

I have a problem with 4.2.0 , where programs are login shell (zsh) for shell
escapes. Here is an example with oracle sqlplus, but it also occurs within
vi (but not in ed, ed is using sh as shell for escapes..)
Any ideas?
Thank you torsten

B0009189:~/Shell > pwd
/home/r1064u/Shell
B0009189:~/Shell > sqlplus /nolog

SQL*Plus: Release 10.1.0.2.0 - Production on Wed Jul 14 09:00:58 2004

Copyright (c) 1982, 2004, Oracle.  All rights reserved.

SQL> !pwd
/

SQL> exit
B0009189:~/Shell >





Messages sorted by: Reverse Date, Date, Thread, Author