From: philsmd Date: Tue, 5 Jan 2016 08:43:28 +0000 (+0100) Subject: fix a typo: oclHashcat64.sh is of course not a directory X-Git-Tag: v3.00-beta~548^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=7c73498ed08fdf4b2eef6d5623bb791594632619;p=hashcat.git fix a typo: oclHashcat64.sh is of course not a directory --- diff --git a/extra/tab_completion/install b/extra/tab_completion/install index e740dc4..854b05c 100755 --- a/extra/tab_completion/install +++ b/extra/tab_completion/install @@ -133,7 +133,7 @@ if [ -d "${COMPGENFOLDER}" ]; then # remove the old version of oclHashcat64.sh (was renamed to just oclHashcat.sh) - rm -rf "${COMPGENTARGET}"/oclHashcat64.sh + rm -f "${COMPGENTARGET}"/oclHashcat64.sh # copy the script to target folder