Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-07-11 17:41:04 -05:00
commit 659e131b0f
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
USING: namespaces io.files bootstrap.image builder.util ;
USING: namespaces debugger io.files bootstrap.image builder.util ;
IN: update.backup
@ -20,6 +20,9 @@ IN: update.backup
: backup ( -- )
datestamp "datestamp" set
backup-boot-image
backup-image
backup-vm ;
[
backup-boot-image
backup-image
backup-vm
]
try ;