scheme / scsh

A Unix shell embedded in scheme
Other
386 stars 36 forks source link

Append function #27

Closed snunez1 closed 10 years ago

snunez1 commented 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.

roderyc commented 10 years ago

Offhand, it looks like the fix will be simple. I'll have time to investigate tomorrow. Thanks for the report!