Opened 15 years ago
Closed 15 years ago
#72 closed defect (fixed)
load bug?
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | 4.1.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
$ cat foo #!/usr/bin/csi -s (print 'foo) $ cat foo.scm #!/usr/bin/csi -s (print 'foo.scm) $ ./foo foo.scm $ csi CHICKEN (c)2008-2009 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.1.0 - SVN rev. 15292 linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] compiled 2009-08-03 on nachos (Linux) #;1> (load "foo") ; loading foo.scm ... foo.scm #;2>
Should foo.scm
be loaded when foo
exists (specially when executed as a script)?
Note: See
TracTickets for help on using
tickets.
Thanks for reporting this. Should be fixed in r15700.