scripts/feeds: observe -p flag for preferential feeds
authorSteven Barth <cyrus@openwrt.org>
Wed, 24 Jun 2015 10:57:20 +0000 (10:57 +0000)
committerSteven Barth <cyrus@openwrt.org>
Wed, 24 Jun 2015 10:57:20 +0000 (10:57 +0000)
commitc697745737da8ae1f79b36bcebf1c4772fe54c99
tree8776d381ebf6697eb620305f61f49f2f36a314fd
parentf3b805d366f045f5c07341fda3b05434aefb8769
scripts/feeds: observe -p flag for preferential feeds

lookup_target was trampling the $feed variable, resulting in the -p flag
no longer preferentially installing from the named feed.

Make sure to use a local variable for this instead.

Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 46120
scripts/feeds