]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/info/unix/unix.factor
Fix comments to be ! not #!.
[factor.git] / basis / io / files / info / unix / unix.factor
index 54bf32480025c14416a0eef7ccadcab617f6821e..c0466cf3ba830fe8c73b316256d040ff4d83131f 100644 (file)
@@ -197,7 +197,7 @@ CONSTANT: ALL-EXECUTE   0o0000111
 PRIVATE>
 
 : set-file-times ( path timestamps -- )
-    #! set access, write
+    ! set access, write
     [ normalize-path ] dip
     timestamps>byte-array [ utimes ] unix-system-call drop ;