]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/common/common.factor
Fix comments to be ! not #!.
[factor.git] / extra / mason / common / common.factor
index d01dff72d5222d49f4e13054fe516eb1dd700fff..3bca866ea30ee750265b639e73f01f28e89cdef2 100644 (file)
@@ -18,8 +18,8 @@ ERROR: no-host-name ;
 SYMBOL: current-git-id
 
 : short-running-process ( command -- )
-    #! Give network operations and shell commands at most
-    #! 30 minutes to complete, to catch hangs.
+    ! Give network operations and shell commands at most
+    ! 30 minutes to complete, to catch hangs.
     >process
         30 minutes >>timeout
         +new-group+ >>group
@@ -30,8 +30,8 @@ SYMBOL: current-git-id
     '[ drop @ f ] attempt-all drop ; inline
 
 : upload-process ( process -- )
-    #! Give network operations and shell commands at most
-    #! 30 minutes to complete, to catch hangs.
+    ! Give network operations and shell commands at most
+    ! 30 minutes to complete, to catch hangs.
     >process
         upload-timeout get >>timeout
         +new-group+ >>group