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)
commitb6d0061fecbae2f08e00d143b0a293672a2bdb4a
tree7fdd59779c9cc99604eece55f5aa745c764bc2d6
parent6010a1cdb729aefdb1121b29b26347c664e20fff
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