[Bug 257497] csh does not execute for loop

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Jul 2021 02:42:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257497

            Bug ID: 257497
           Summary: csh does not execute for loop
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: kiboto6933@eyeremind.com

Created attachment 226792
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226792&action=edit
for execution in csh

User with default shell csh.

$ uname -a
FreeBSD freebsd 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20
UTC 2021    
root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC 
amd64

Running the loop in csh results in prompt:
$ touch file1.dat file2.dat
$ foreach i (*.dat) ; echo $i ; end
foreach?

-- 
You are receiving this mail because:
You are the assignee for the bug.