Skip to content

Commit

Permalink
Quote $1 in shell script
Browse files Browse the repository at this point in the history
Fixes DeepSource shell warning
  • Loading branch information
adamsoutar committed Nov 26, 2024
1 parent ec533b9 commit 5c95b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cargo build &&
RUST_BACKTRACE=1 /Applications/RetroArch.app/Contents/MacOS/RetroArch --verbose -L ./target/debug/libgbrs_libretro.dylib ../roms/$1.gb
RUST_BACKTRACE=1 /Applications/RetroArch.app/Contents/MacOS/RetroArch --verbose -L ./target/debug/libgbrs_libretro.dylib "../roms/$1.gb""

0 comments on commit 5c95b7e

Please sign in to comment.