From: Raphaël Beamonte Date: Wed, 13 Nov 2013 05:34:35 +0000 (-0500) Subject: Introduce a new utils_resolve_relative function X-Git-Tag: v2.4.0-rc1~48 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a2e78ff0442a6a4c290577ff2ecf3c4307c3e9f5;hp=a2e78ff0442a6a4c290577ff2ecf3c4307c3e9f5 Introduce a new utils_resolve_relative function This function aims to resolve relative path such as './' and '../' in the middle of a path string. This allows to use paths such as '~/../test' that are received as '/home/x/../test' for instance. Signed-off-by: Raphaël Beamonte ---