diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-29 00:08:36 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-29 08:40:32 +0200 |
commit | 57ae95be21f8e550bc387a54e8086b8abc48c612 (patch) | |
tree | fedb5f7a634485aa15891b6f1fa61047a9738369 /package/opencv/opencv.hash | |
parent | 5638c6435787379406a4507ea6830975117a82a8 (diff) | |
download | buildroot-57ae95be21f8e550bc387a54e8086b8abc48c612.tar.gz buildroot-57ae95be21f8e550bc387a54e8086b8abc48c612.zip |
pkg-utils: qstrip MESSAGE
Currently, the MESSAGE macro double-quotes the message. But a few call
sites also double-quote the message, resulting in a borked call to echo,
like:
$(call MESSAGE,"user text")
would expand to:
echo "Leading text "user message" trailign text"
Just use qstrip on the user message, so we get protected from either a
comma in the user text (so make does not interpret it), or a semi-colon
(so the shell does not interpret it.)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/opencv/opencv.hash')
0 files changed, 0 insertions, 0 deletions