zsh-users
 help / color / mirror / code / Atom feed
* Shell Escape and loosing working directory
       [not found] <1242.1089788636@www44.gmx.net>
@ 2004-07-17  6:13 ` tbo
  2004-07-21 12:13   ` Oliver Kiddle
  0 siblings, 1 reply; 2+ messages in thread
From: tbo @ 2004-07-17  6:13 UTC (permalink / raw)
  To: zsh-users

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 >




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Shell Escape and loosing working directory
  2004-07-17  6:13 ` Shell Escape and loosing working directory tbo
@ 2004-07-21 12:13   ` Oliver Kiddle
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Kiddle @ 2004-07-21 12:13 UTC (permalink / raw)
  To: tbo; +Cc: zsh-users

On 17 Jul, "tbo" wrote:
> 
> 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..)

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

> SQL> !pwd
> /

Have you perhaps got a cd command in one of the startup files (.zshenv
or /etc/zshenv). What is $SHELL set to? What does this print:
  zsh -c 'pwd'

Oliver


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-21 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1242.1089788636@www44.gmx.net>
2004-07-17  6:13 ` Shell Escape and loosing working directory tbo
2004-07-21 12:13   ` Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).