(scm_compile_shell_switches): Use scm_c_read_string for the "-e"
authorMarius Vollmer <mvo@zagadka.de>
Mon, 17 Nov 2003 00:22:18 +0000 (00:22 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 17 Nov 2003 00:22:18 +0000 (00:22 +0000)
commit8b31d75b34c98ead99d76cd6752d167430c60065
treece0f877ce4f6ae5b208b4abfaff75f531f3d48e0
parentc62a38765d0b8d508d89eda037fa00787889d42b
(scm_compile_shell_switches): Use scm_c_read_string for the "-e"
option instead of scm_str2symbol.  This allows things like (@ ...) to
be specified for the entry point.
libguile/script.c