2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 15:43:41 +02:00

Added empty line

Just to mark a proper separation before the execution of the main process
This commit is contained in:
Jonathan Barda 2017-01-23 20:01:36 +01:00 committed by GitHub
parent db2000c5f7
commit 94316df50c

View File

@ -9,7 +9,7 @@ fi
if [ ! -d ./ecdsa ]; then
git clone --depth=1 https://github.com/warner/python-ecdsa.git .python-ecdsa --quiet
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
# update the code if it is running in interactive terminal