]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix(file-storage): Create CACHEDIR.TAG after subdir
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 4 Aug 2021 19:51:33 +0000 (21:51 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 4 Aug 2021 19:51:33 +0000 (21:51 +0200)
commitdce4338e3369815187497ef1c1360bc41109c0bc
treea15604397c3890dc5522e4a3ee30dd6acc86e905
parentd0a9ef93a37344d2c559a37a8a0d096415a58231
fix(file-storage): Create CACHEDIR.TAG after subdir

Otherwise creation will fail the first time with an ugly log message.
src/storage/secondary/FileStorage.cpp