diff options
| -rw-r--r-- | meta/files/toolchain-shar-extract.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 2eeb2903c8..98b9f1cd98 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
| @@ -68,8 +68,9 @@ while getopts ":yd:nDRS" OPT; do | |||
| 68 | esac | 68 | esac |
| 69 | done | 69 | done |
| 70 | 70 | ||
| 71 | echo "@SDK_TITLE@ installer version @SDK_VERSION@" | 71 | titlestr="@SDK_TITLE@ installer version @SDK_VERSION@" |
| 72 | echo "===========================================================" | 72 | printf "%s\n" "$titlestr" |
| 73 | printf "%${#titlestr}s\n" | tr " " "=" | ||
| 73 | 74 | ||
| 74 | if [ $verbose = 1 ] ; then | 75 | if [ $verbose = 1 ] ; then |
| 75 | set -x | 76 | set -x |
