2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-06-07 19:43:40 +02:00

Update cscan.sh

This commit is contained in:
customgptvulnerability 2025-06-05 14:16:53 +10:00 committed by GitHub
parent 5866911b62
commit e9e2c3f6f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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