Skip to content

Commit

Permalink
[generate_covers_grid.sh] Do quote when potentially necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Oct 9, 2023
1 parent bc73088 commit 3d1611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/generate_covers_grid.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

script_dir=$(dirname "$(readlink -e "$0")")
script_dir="$(dirname "$(readlink -e "$0")")"

ls -1dQ "$script_dir"/../plugins/*/cover.jpg \
| shuf \
Expand Down

0 comments on commit 3d1611c

Please sign in to comment.