mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 06:13:42 +01:00
Added empty line
Just to mark a proper separation before the execution of the main process
This commit is contained in:
parent
db2000c5f7
commit
94316df50c
2
cscan.sh
2
cscan.sh
@ -9,7 +9,7 @@ fi
|
|||||||
if [ ! -d ./ecdsa ]; then
|
if [ ! -d ./ecdsa ]; then
|
||||||
git clone --depth=1 https://github.com/warner/python-ecdsa.git .python-ecdsa --quiet
|
git clone --depth=1 https://github.com/warner/python-ecdsa.git .python-ecdsa --quiet
|
||||||
ln -s .python-ecdsa/src/ecdsa ecdsa
|
ln -s .python-ecdsa/src/ecdsa ecdsa
|
||||||
echo "${BASH_SOURCE[0]}: python-ecdsa not found, downloaded."
|
echo -e "${BASH_SOURCE[0]}: python-ecdsa not found, downloaded.\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# update the code if it is running in interactive terminal
|
# update the code if it is running in interactive terminal
|
||||||
|
Loading…
Reference in New Issue
Block a user