Fix accidental removal of newline

This commit is contained in:
jockus
2021-05-27 12:04:24 +01:00
parent b261937233
commit b110153b51

View File

@@ -215,6 +215,7 @@ rel :: proc(base_path, target_path: string, allocator := context.allocator) -> (
}
delete(base_clean);
}
if strings.equal_fold(target_clean, base_clean) {
return strings.clone("."), .None;
}