]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/upload/upload.factor
use the new bytes>hex-string.
[factor.git] / basis / bootstrap / image / upload / upload.factor
index 61fc31024bfbffdb81975041f5050b94d7d72961..5f8e6766f8f5254e51f9f052a69f467b034bfd19 100644 (file)
@@ -29,7 +29,7 @@ SYMBOL: build-images-destination
     checksums-path ascii [
         boot-image-names [
             [ write bl ]
-            [ openssl-md5 checksum-file hex-string print ]
+            [ openssl-md5 checksum-file bytes>hex-string print ]
             bi
         ] each
     ] with-file-writer ;