1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

fixed typo in tools/deps.sh

This commit is contained in:
philsmd 2016-01-03 14:32:50 +01:00
parent 11bf28745a
commit fcc3aca640

View File

@ -17,7 +17,7 @@ cd ${deps_dir}
## cleanup the directories under the 'deps' folder
rm -rf {adl-sdk*,nvidia-gdk,R352-developer} && \
mkdir -p {tmp,adl-sdk*,nvidia-gdk,R352-developer} && \
mkdir -p {tmp,adl-sdk,nvidia-gdk,R352-developer} && \
cd tmp/
if [ $? -ne 0 ]; then