We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08988 commit 7dad958Copy full SHA for 7dad958
scripts/runtox.sh
@@ -23,4 +23,4 @@ elif [ -n "$AZURE_PYTHON_VERSION" ]; then
23
fi
24
25
26
-exec $TOXPATH -e $($TOXPATH -l | grep "$searchstring" | tr '\n' ',') -- "${@:2}"
+exec $TOXPATH -e $($TOXPATH -l | grep "$searchstring" | tr $'\n' ',') -- "${@:2}"
0 commit comments