Skip to content
Snippets Groups Projects
Commit 0f39877b authored by John Crispin's avatar John Crispin
Browse files

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: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 41347
parent baa534a8
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment