Skip to content
Snippets Groups Projects
Commit 4739cee6 authored by Niels Möller's avatar Niels Möller
Browse files

Use the read function correctly.

Rev: .zap_real_crypto:1.2
parent cfd486b5
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# .zap_real_crypto # .zap_real_crypto
echo "Do you really want to delete all cryptography source files?" echo "Do you really want to delete all cryptography source files?"
case `read` in read answer
case $answer in
y*|Y*) y*|Y*)
rm -rf src/modules/_Crypto rm -rf src/modules/_Crypto
rm -f lib/modules/Crypto/rsa.pike rm -f lib/modules/Crypto/rsa.pike
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment