configure: Add './' on front of glob of */config-devices.mak.d
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Aug 2022 15:07:00 +0000 (16:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2022 15:38:29 +0000 (16:38 +0100)
commit002d8c13df9f28bd3112edc1c1159b6d762d130f
tree7888f1578957e30a03a9cabb7d41fd79cc897481
parent64708615e7c4748a6487f3c078dfac71061be01f
configure: Add './' on front of glob of */config-devices.mak.d

Shellcheck warns that in
 rm -f */config-devices.mak.d
the glob might expand to something with a '-' in it, which would
then be misinterpreted as an option to rm. Fix this by adding './'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220825150703.4074125-5-peter.maydell@linaro.org
configure