From: blogic Date: Thu, 26 Jun 2014 11:43:42 +0000 (+0000) Subject: scripts/ubinize-image.sh: fix parameter handling X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b200c07469291f400cd350fb5ab84573e5741829;hp=b200c07469291f400cd350fb5ab84573e5741829;p=openwrt.git scripts/ubinize-image.sh: fix parameter handling ubinize-image.sh previously used ${var:offset:length} substitutions which are not valid in standard shell. Replace the existing parameter matching by a case ... esac expression. Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41347 3c298f89-4303-0410-b956-a3cf2f4a3e73 ---