scripts/namespace.pl: fix wrong source path
authorAmerigo Wang <amwang@redhat.com>
Wed, 27 Oct 2010 19:42:00 +0000 (12:42 -0700)
committerMichal Marek <mmarek@suse.cz>
Wed, 27 Oct 2010 22:07:45 +0000 (00:07 +0200)
commitc25f415751c0c5507561d997fe5f7f05f4342912
tree61988f838a5a68b3526235bc4b8388ecde414a0f
parent03ee0c42a77fbf60bfa6b0eacaff30ae4e19fce8
scripts/namespace.pl: fix wrong source path

File::Find will do chdir automatically, so we need to get the absolute
patch with $File::Find::dir.

Reported-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Amerigo Wang <amwang@redhat.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/namespace.pl