Skip to content

Commit

Permalink
replace legacy backtick command substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
sakra committed Sep 24, 2022
1 parent 319b606 commit 8b48588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Mathematica/FindMathematicaTestDriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
if [ "$OSTYPE" = "cygwin" ]
then
# make sure that executable has the right format under Cygwin
export TEST_EXECUTABLE="`/usr/bin/cygpath --unix \"$TEST_EXECUTABLE\"`"
export TEST_EXECUTABLE="$(/usr/bin/cygpath --unix "$TEST_EXECUTABLE")"
fi

if [ "$TEST_INPUT_OPTION" = "input" ]
Expand Down

0 comments on commit 8b48588

Please sign in to comment.