X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=openwrt%2Fscripts%2Fipkg;h=4d3ad850651aeed6abd4e82697061048a1d878f7;hb=3e7ce96bd455858a0c157d631c9b8a5e9c0848ad;hp=617b038987d26f8cca49506e3b3e17fde890cf8d;hpb=335718dfdc786897a06bd6a2fed8e89688129b15;p=openwrt.git diff --git a/openwrt/scripts/ipkg b/openwrt/scripts/ipkg index 617b038987..4d3ad85065 100755 --- a/openwrt/scripts/ipkg +++ b/openwrt/scripts/ipkg @@ -43,7 +43,7 @@ ipkg_src_names() { ipkg_src_byname() { local src="$1" - ipkg_srcs $src | head -1 + ipkg_srcs $src | head -n 1 } ipkg_dests() { @@ -68,16 +68,16 @@ ipkg_state_dirs() { } ipkg_dest_default() { - ipkg_dests_all | head -1 + ipkg_dests_all | head -n 1 } ipkg_dest_default_name() { - ipkg_dest_names | head -1 + ipkg_dest_names | head -n 1 } ipkg_dest_byname() { local dest="$1" - ipkg_dests $dest | head -1 + ipkg_dests $dest | head -n 1 } ipkg_option() { @@ -983,7 +983,7 @@ ipkg_install_wanted() { ipkg_upgrade_pkg() { local pkg="$1" - local avail_ver="`ipkg_info $pkg Version | ipkg_extract_value | head -1`" + local avail_ver="`ipkg_info $pkg Version | ipkg_extract_value | head -n 1`" is_installed= for dest_name in `ipkg_dest_names`; do