Merge: file: Fix `join_path` to handle paths ending with a slash.
authorJean Privat <jean@pryen.org>
Mon, 20 Oct 2014 13:47:50 +0000 (09:47 -0400)
committerJean Privat <jean@pryen.org>
Mon, 20 Oct 2014 13:47:50 +0000 (09:47 -0400)
commitdb10c01ea1fb46bd8839c9005eaa1a0695a368d3
treedeed68f32be2d14d4cfcc32fd54ab7df20c01b8d
parent8ab209336b7f0f7b298ade46a9d637a60ac9784a
parentaa15f16611c43e6aa0c5ecef53ee92d6571cf709
Merge: file: Fix `join_path` to handle paths ending with a slash.

That way, we no longer need to manually remove the trailing slash before calling `join_path`.

Pull-Request: #833
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>