]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/backend/backend.factor
Fix comments to be ! not #!.
[factor.git] / basis / tools / deploy / backend / backend.factor
index 1523cd5f9838ad3c435110e6d62e02c623b4b3dd..ccd2e0c6bfd1216d1d409a20fab11ebec843e136 100644 (file)
@@ -45,7 +45,7 @@ ERROR: can't-deploy-library-file library ;
     utf8 [ copy-lines ] with-process-reader ;
 
 : make-boot-image ( -- )
-    #! If stage1 image doesn't exist, create one.
+    ! If stage1 image doesn't exist, create one.
     my-boot-image-name resource-path exists?
     [ make-my-image ] unless ;