]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Fix 'cd ..\..' go up only 1 level.
authorQiu Shumin <shumin.qiu@intel.com>
Tue, 21 Jun 2016 08:18:56 +0000 (16:18 +0800)
committerQiu Shumin <shumin.qiu@intel.com>
Wed, 22 Jun 2016 05:08:44 +0000 (13:08 +0800)
commit85df61243cb56c3d9c52a5005e65c4ea8bf60e52
treef5a982aed5502591e6251e5acd642c9353542cef
parent61257251b2f48ceac54fea42665e1f2e63dbb46e
MdePkg: Fix 'cd ..\..' go up only 1 level.

When we try to cd up two levels using the "../.." notation we
only go up one level. This patch fix this bug.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/BaseLib/FilePaths.c