commit | 7bf50a9ab199f6861de8d3f3ec2526568cd7487d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Jul 25 10:50:55 2022 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Tue Jul 26 10:07:23 2022 +0200 |
tree | 1c78a03bda9dc501a7609e6eafb4710baa939388 | |
parent | 58c6b641650ebcb46d62e3e9c4abed8252439a0c [diff] |
Replace calls to FileUtils.touch with calls to similar methods. FileUtils.touch is changing behavior, including: - not creating parent directories when necessary - failing when the file is a symlink to a non-existent file, or something like that? This change was proposed as a Google-internal CL and this change is applying it in the open source project. Change-Id: I495072fca9f48349e4391cf905935fa82729f752 Signed-off-by: Edwin Kempin <ekempin@google.com>