Closed snunez1 closed 10 years ago
Gents,
The append function seems to be broken.
(run (pwd) (> out))
the file out contains the current directory. However:
(run (pwd) (>> out))
produces:
assertion-violation: undefined variable [global] write+append+create scsh-high-level-processes
Any ideas? I'm running CentOS 6.5 with all the latest updates. Scsh 0.7, Scheme48 1.9.2.
Offhand, it looks like the fix will be simple. I'll have time to investigate tomorrow. Thanks for the report!
Gents,
The append function seems to be broken.
(run (pwd) (> out))
the file out contains the current directory. However:
(run (pwd) (>> out))
produces:
assertion-violation: undefined variable [global] write+append+create scsh-high-level-processes
Any ideas? I'm running CentOS 6.5 with all the latest updates. Scsh 0.7, Scheme48 1.9.2.