"Thompson, David" <[email protected]> skribis: > +(define (regular-file? file-name) > + "Return #t if FILE-NAME is a regular file." > + (eq? (stat:type (stat file-name)) 'regular))
I see you moved this procedure to (gnu build file-systems), which is reasonable. I wonder if it should use ‘lstat’ instead of ‘stat’? Ludo’.
