mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
toolchain-shar-extract.sh: print full-length title underline
Print a line that's the full length of the title that it's underneath. (From OE-Core rev: 83729437c584fc74577a2b15dbb2ae094788339d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9630fc1d65
commit
0942afffdd
@@ -68,8 +68,9 @@ while getopts ":yd:nDRS" OPT; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "@SDK_TITLE@ installer version @SDK_VERSION@"
|
titlestr="@SDK_TITLE@ installer version @SDK_VERSION@"
|
||||||
echo "==========================================================="
|
printf "%s\n" "$titlestr"
|
||||||
|
printf "%${#titlestr}s\n" | tr " " "="
|
||||||
|
|
||||||
if [ $verbose = 1 ] ; then
|
if [ $verbose = 1 ] ; then
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user