Fix for word renaming
parent
f138c3675e
commit
8339cb0b4a
|
@ -11,7 +11,7 @@ IN: tools.deploy.shaker
|
||||||
: show ( msg -- )
|
: show ( msg -- )
|
||||||
#! Use primitives directly so that we can print stuff even
|
#! Use primitives directly so that we can print stuff even
|
||||||
#! after most of the image has been stripped away
|
#! 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 ( -- )
|
: strip-init-hooks ( -- )
|
||||||
"Stripping startup hooks" show
|
"Stripping startup hooks" show
|
||||||
|
|
Loading…
Reference in New Issue