Skip to content

Commit 3f2a05b

Browse files
committed
normalize path
1 parent a168dc0 commit 3f2a05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hash-files.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var
66
hash: String;
77
json: TJSONParser;
88
begin
9-
path := path.Before('tools' + PATH_SEP + '..' + PATH_SEP);
9+
path := PathNormalize(path);
1010
WriteLn path;
1111

1212
files := DirList(path, True);

0 commit comments

Comments
 (0)