mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
7e4723e37a
This uses safer quoting and removes an unneeded use of printf. Fixes the following shellcheck warning. In qb/qb.libs.sh line 143: if [ $3 ]; then ^-- SC2086: Double quote to prevent globbing and word splitting. v2: Remove redundant conditional.