From: nbd Date: Wed, 27 May 2015 15:20:22 +0000 (+0000) Subject: scripts/feeds: fix typo in copied code X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=1e871358bf9ddc8891f5b745356627f32da67815 scripts/feeds: fix typo in copied code do_install_target copied code from do_install_package, but didn't replace all text. Signed-off-by: Karl Palsson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45784 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/feeds b/scripts/feeds index a6be9cca22..b6d2f45e72 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -390,7 +390,7 @@ sub do_install_target($) { system("ln -sf ../../$path ./target/linux/"); } else { - warn "Package is not valid\n"; + warn "Target is not valid\n"; return 1; }