Skip to content

Commit 0d82fb6

Browse files
thank you shellcheck - fix for double quoting array expansions
1 parent 25afb83 commit 0d82fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/launchers/mgba.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
3-
emulatorInit "mgba" "io.mgba.mGBA" "" "mGBA*.AppImage" "--" ${@}
3+
emulatorInit "mgba" "io.mgba.mGBA" "" "mGBA*.AppImage" "--" "${@}"
44
rm -rf "$savesPath/.gaming"

tools/launchers/pcsx2-qt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
3-
emulatorInit "pcsx2" "net.pcsx2.PCSX2" "" "pcsx2-Qt*.AppImage" "--" ${@}
3+
emulatorInit "pcsx2" "net.pcsx2.PCSX2" "" "pcsx2-Qt*.AppImage" "--" "${@}"
44
rm -rf "$savesPath/.gaming"

0 commit comments

Comments
 (0)