# # # patch "contrib/command/init.lua" # from [0b47f418334c93f52e38f8f70f5a1e3ecb30b62c] # to [4022a8d0870d17308ba831a7236695a4f49cb132] # ============================================================ --- contrib/command/init.lua 0b47f418334c93f52e38f8f70f5a1e3ecb30b62c +++ contrib/command/init.lua 4022a8d0870d17308ba831a7236695a4f49cb132 @@ -34,7 +34,7 @@ function command_init(branch) -- place database into book-keeping directory execute("mv", "mtn.db", "_MTN/mtn.db") local txt = read_contents_of_file("_MTN/options") - txt = string.gsub(txt, "database \"[^\"]*\"", "database \".mtn/mtn.db\"") + txt = string.gsub(txt, "database \"[^\"]*\"", "database \"_MTN/mtn.db\"") options = io.open("_MTN/options", "w") options:write(txt) io.close(options)