Skip to content

Commit

Permalink
Don't use backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
sandain authored Jan 3, 2022
1 parent df68a02 commit 551a498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ mkdir -p $(dirname $propfile) || exit 1

# run the tests; no news is good news!
for t in tests/*; do
caller=`basename "$t"`
caller=$(basename "$t")
. "$t"
done

0 comments on commit 551a498

Please sign in to comment.