-output-image now relative to current directory
parent
59731ee24a
commit
e621a92cae
|
|
@ -12,7 +12,7 @@ SYMBOL: bootstrap-time
|
||||||
|
|
||||||
: default-image-name ( -- string )
|
: default-image-name ( -- string )
|
||||||
vm file-name windows? [ "." split1 drop ] when
|
vm file-name windows? [ "." split1 drop ] when
|
||||||
".image" append ;
|
".image" append resource-path ;
|
||||||
|
|
||||||
: do-crossref ( -- )
|
: do-crossref ( -- )
|
||||||
"Cross-referencing..." print flush
|
"Cross-referencing..." print flush
|
||||||
|
|
@ -106,5 +106,5 @@ f error-continuation set-global
|
||||||
millis r> - dup bootstrap-time set-global
|
millis r> - dup bootstrap-time set-global
|
||||||
print-report
|
print-report
|
||||||
|
|
||||||
"output-image" get resource-path save-image-and-exit
|
"output-image" get save-image-and-exit
|
||||||
] if
|
] if
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue