zsh-workers
 help / color / mirror / code / Atom feed
* #!/path/to/arch-indep/zsh -f
@ 1999-09-22  1:23 Clint Olsen
  1999-09-22  7:59 ` Peter Stephenson
  1999-09-22  9:13 ` Bart Schaefer
  0 siblings, 2 replies; 9+ messages in thread
From: Clint Olsen @ 1999-09-22  1:23 UTC (permalink / raw)
  To: zsh-workers

Hello:

FYI, I'm using zsh-3.1.6.

I decided to change my script to reflect the copy of my shell, and attempt
to direct it to the path of my zsh wrapper itself causes the script to
misfire when it is executed from *csh.  I've narrowed it down to a machine
independent wrapper I have which seems to be hampering starting the
interpreter.  It is:

#!/bin/sh

if [ -f $OTOOLS/bin/$OS/zsh ]; then
  exec $OTOOLS/bin/$OS/zsh $*
else
  exec /usr/intel/bin/zsh $*
fi

Is this the most robust way to handle this?

-Clint


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

end of thread, other threads:[~1999-09-23 16:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-22  1:23 #!/path/to/arch-indep/zsh -f Clint Olsen
1999-09-22  7:59 ` Peter Stephenson
1999-09-22  8:58   ` Clint Olsen
1999-09-22  8:33     ` Peter Stephenson
1999-09-22 16:39       ` Clint Olsen
1999-09-23 16:42         ` Bart Schaefer
1999-09-22  9:13 ` Bart Schaefer
1999-09-22 11:24   ` Owen M. Astley
1999-09-22 16:28     ` Bart Schaefer

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).