2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2026-02-05 14:45:17 +01:00

Merge pull request #195 from customgptvulnerability/patch-1

Update cscan.sh
This commit is contained in:
Gene Wood
2025-06-09 09:21:03 -07:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ if [[ $UPDATE ]]; then
popd >/dev/null popd >/dev/null
fi fi
PYTHONPATH=. python cscan.py "$@" PYTHONPATH=. python3 cscan.py "$@"
ret=$? ret=$?
popd > /dev/null popd > /dev/null
exit $ret exit $ret