We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449e9af commit 585b2e4Copy full SHA for 585b2e4
1 file changed
scripts/test.sh
@@ -55,7 +55,7 @@ if vm-is-windows; then
55
else
56
plugin_conf="$BUILD_DIR/lib/plugin_list.conf.default"
57
fi
58
-grep -v "CUDA " "$plugin_conf" > "${plugin_conf}.tmp" && mv "${plugin_conf}.tmp" "$plugin_conf"
+grep -v "CUDA" "$plugin_conf" > "${plugin_conf}.tmp" && mv "${plugin_conf}.tmp" "$plugin_conf"
59
grep -v "MeshSTEPLoader " "$plugin_conf" > "${plugin_conf}.tmp" && mv "${plugin_conf}.tmp" "$plugin_conf"
60
61
0 commit comments