On 08/22/2017 05:36 AM, JD wrote:
> Cat /tmp/test-csh-goto
> #/bin/tcsh
> label:
> printf "foo"
> sleep 1
> goto label
>
> $ /tmp/test-csh-goto
> foo
> /tmp/test-csh-goto[6]: goto: not found [No such file or directory] 


Is that what is actually in your file?  ! seems to be missing.

You may want to try with a first line of

#!/bin/csh -f

It is obviously an issue with either your system or your user account.  Try 
another user.

-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to