Re: [OpenWrt-Devel] [PATCH v2] build: Unset CDPATH to avoid problems

2018-08-20 Thread Hans Dedecker
On Mon, Aug 20, 2018 at 12:13 PM Hauke Mehrtens wrote: > > From: Thomas Langer > > In some places the output of commands, which include "cd" are used. > In case of CDPATH the new path is printed, which might not be expected. > Disable the variable to avoid these problem. > > When CDPATH was set b

[OpenWrt-Devel] [PATCH v2] build: Unset CDPATH to avoid problems

2018-08-20 Thread Hauke Mehrtens
From: Thomas Langer In some places the output of commands, which include "cd" are used. In case of CDPATH the new path is printed, which might not be expected. Disable the variable to avoid these problem. When CDPATH was set by the user to some value like "export CDPATH=." the git checkout done