Fix for word renaming

db4
Slava Pestov 2008-01-18 20:28:43 -05:00
parent f138c3675e
commit 8339cb0b4a
1 changed files with 1 additions and 1 deletions
extra/tools/deploy/shaker

View File

@ -11,7 +11,7 @@ IN: tools.deploy.shaker
: show ( msg -- )
#! Use primitives directly so that we can print stuff even
#! after most of the image has been stripped away
"\r\n" append stdout fwrite stdout fflush ;
"\r\n" append stdout-handle fwrite stdout-handle fflush ;
: strip-init-hooks ( -- )
"Stripping startup hooks" show