From 7c73498ed08fdf4b2eef6d5623bb791594632619 Mon Sep 17 00:00:00 2001 From: philsmd Date: Tue, 5 Jan 2016 09:43:28 +0100 Subject: [PATCH] fix a typo: oclHashcat64.sh is of course not a directory --- extra/tab_completion/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0