diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-09-15 19:04:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-24 17:54:31 +0100 |
commit | dd11f5c0c4178ce9a3189503d0dab966a116f736 (patch) | |
tree | cf8e380bd554113e5f17e52330e37f2b484e3aec /scripts/postinst-intercepts/postinst_intercept | |
parent | 99fc78653a6933e24e57aed9df246b3fda529ca8 (diff) | |
download | poky-dd11f5c0c4178ce9a3189503d0dab966a116f736.tar.gz |
toolchain-shar-extract.sh: remove checkbashism
Fixed when sh is bash:
$ sh ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-1.8+snapshot.sh
Poky (Yocto Project Reference Distro) SDK installer version 1.8+snapshot
===========================================================
./tmp/deploy/sdk/poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-1.8+snapshot.sh: 77: read: Illegal option -e
You are about to install the SDK to "/opt/poky/1.8+snapshot". Proceed[Y/n]? ../SDK2
Installation aborted!
There is ony one bashism "read -e" in toolchain-shar-extract.sh, but
'-e' is useless here, so remove it and use /bin/sh.
(From OE-Core rev: e951e20c4ef6a3f003f84e8f1bea568d1b7ef541)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/postinst-intercepts/postinst_intercept')
0 files changed, 0 insertions, 0 deletions