]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/updates/updates.factor
Fix comments to be ! not #!.
[factor.git] / extra / mason / updates / updates.factor
index 839f1ea870f4a1a42dbd737dc666272571739218..d92d307e944a449660790bdb06c07ba78df707c3 100644 (file)
@@ -23,7 +23,7 @@ SYMBOLS: latest-sources last-built-sources ;
     counter-url get-global http-get nip string>number ;
 
 : update-sources ( -- )
-    #! Must be run from builds-dir
+    ! Must be run from builds-dir
     git-clone-or-pull latest-boot-image latest-counter <sources>
     latest-sources set-global ;
 
@@ -31,7 +31,7 @@ SYMBOLS: latest-sources last-built-sources ;
     latest-sources get-global last-built-sources get-global = not ;
 
 : finish-build ( -- )
-    #! If the build completed (successfully or not) without
-    #! mason crashing or being killed, don't build this git ID
-    #! and boot image hash again.
+    ! If the build completed (successfully or not) without
+    ! mason crashing or being killed, don't build this git ID
+    ! and boot image hash again.
     latest-sources get-global last-built-sources set-global ;