From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id DAA14498 for ; Mon, 26 Jun 1995 03:19:16 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA19416 (5.65c/Gatech-10.0-IDA for ); Sun, 25 Jun 1995 13:18:22 -0400 Received: by math (5.x/SMI-SVR4) id AA01125; Sun, 25 Jun 1995 13:15:01 -0400 Old-Return-Path: Resent-Date: Sun, 25 Jun 95 10:20:30 PDT Old-Return-Path: Date: Sun, 25 Jun 95 10:20:30 PDT From: unpingco@ece.ucsd.edu (Jose Unpingco) Message-Id: <9506251720.AA22521@sunshine.ucsd.edu> To: zsh-users@math.gatech.edu Subject: zsh script can't find zsh binary? Resent-Message-Id: <"_-vxV2.0.HH.jbPxl"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/23 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, I have a very simple script. It looks like this.. #!/home/sunshine/grad/unpingco/bin/zsh echo 'hey' the script file is listed as... -rwx--x--x 1 unpingco 50 Jun 25 10:05 cf.zsh* and the binary for zsh is in -rwx------ 1 unpingco 475136 Jun 24 13:44 bin/zsh* and the full pathname to zsh is /home/sunshine/grad/unpingco/bin/zsh when I try to invoke it on the command line as zsh> cf.zsh I get zsh: command not found: cf.zsh I can't figure this. I've shuffled the permissions every which way and it still won't work. Something is weird here. I'm out of ideas. any help much appreciated.