mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-20 05:28:19 +00:00
Merge pull request #3966 from Xeonacid/patch-1
Fix bash completion install
This commit is contained in:
commit
11a3d0cc74
@ -141,7 +141,7 @@ if [ -d "${COMPGENFOLDER}" ]; then
|
||||
|
||||
# adjust paths to the main binaries of hashcat
|
||||
|
||||
sed -ri "s!^(ROOT=).*!\1\"${ROOT_PARENT}\"!" "${COMPGENTARGET}"
|
||||
sed -ri 's!^(HASHCAT_ROOT=).*!\1\"${ROOT_PARENT}\"!' "${COMPGENTARGET}"
|
||||
|
||||
|
||||
# add the compgen to bashrc if not already there
|
||||
|
Loading…
Reference in New Issue
Block a user