diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index badbda4ab..42aaf9815 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -836,8 +836,8 @@ make_signer () list<boost::filesystem::path>::const_iterator i = files.begin(); while (i != files.end()) { boost::filesystem::path p (sd); - sd /= *i; - if (!boost::filesystem::exists (sd)) { + p /= *i; + if (!boost::filesystem::exists (p)) { boost::filesystem::remove_all (sd); libdcp::make_signer_chain (sd, openssl_path ()); break; |
