From: Michal Marek Date: Mon, 16 Jun 2014 14:11:29 +0000 (+0200) Subject: deb-pkg: Fix for relative paths X-Git-Tag: omap-for-v3.16/fixes-rc4~67^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a765a7ce293aa0a072728790ce11088b2f7030e2;p=pandora-kernel.git deb-pkg: Fix for relative paths When $srctree or $objtree are relative paths, we cannot change directory and refer to them in the same subshell. Do the redirection outside of the subshell to fix this. Reported-and-tested-by: Ilya Dryomov Signed-off-by: Michal Marek --- Reading git-diff-tree failed