Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
updated bin/shly.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Apr 17, 2012
1 parent 3ecac5e commit 2d75b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/shly
Expand Up @@ -97,6 +97,10 @@ $fatpacked{"App/shelly.pm"} = <<'APP_SHELLY';
$lisp_bin = join ' ', $lisp_bin = join ' ',
( $lisp_bin, impl->('core_option'), dumped_core_path ); ( $lisp_bin, impl->('core_option'), dumped_core_path );
} }
else {
print
"Warning: Core image wasn't found. It is probably slow, isn't it? Try \"shly --dump-core\".\n";
}
my @evals = (<<END_OF_LISP); my @evals = (<<END_OF_LISP);
(let ((*standard-output* (make-broadcast-stream))) (let ((*standard-output* (make-broadcast-stream)))
Expand Down

0 comments on commit 2d75b85

Please sign in to comment.