devtools: fix symbol check for filename with space
authorThomas Monjalon <thomas@monjalon.net>
Wed, 18 Jul 2018 21:26:58 +0000 (23:26 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 20 Jul 2018 09:37:26 +0000 (11:37 +0200)
commit084ca5728420f6afd6f617b8c7a88a4feb79053e
tree1ce9b3d064cb15fefa828cbfb456cc5209747b93
parentdd536a8bc5bb1f2b7e530272c9a2d2c15c7fdb32
devtools: fix symbol check for filename with space

If the patch filename or the temporary file path have a space
in their name, the script check-symbol-change.sh does not work.
The variables for the filenames must be enclosed in quotes
in order to preserve spaces.

Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
devtools/check-symbol-change.sh