1
0
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:
hashcat-bot 2025-07-14 20:54:19 +02:00 committed by GitHub
commit 11a3d0cc74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ if [ -d "${COMPGENFOLDER}" ]; then
# adjust paths to the main binaries of hashcat # 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 # add the compgen to bashrc if not already there