scripts/feeds: observe -p flag for preferential feeds
authorSteven Barth <cyrus@openwrt.org>
Tue, 7 Jul 2015 11:30:39 +0000 (11:30 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 7 Jul 2015 11:30:39 +0000 (11:30 +0000)
commit8aa8e79032f7228d10e0884c33ab078b767c4b49
treeeb3ad3d84157f3449f02c51893d8d6e1188b1874
parente13130c2721372b30caebd4cf4068ee5cbb7ab52
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: 46213
scripts/feeds