Skip to content

Commit

Permalink
Improved quoting in fname declaration in fake-notifier.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 29, 2024
1 parent 5011b6c commit f0a4b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fake-notifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

fname="$(dirname "$0")/fake-notifier-status.txt"
fname=$(dirname "$0")/fake-notifier-status.txt

if [ -f "$fname" ]; then
retry=$(<"$fname")
Expand Down

0 comments on commit f0a4b99

Please sign in to comment.