mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-18 19:51:04 +00:00
Merge pull request #409 from joshdekock/patch-2
hashcat.c: change osx to OSX use shared_dir
This commit is contained in:
commit
362cb054a6
@ -6171,7 +6171,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
char *exec_path = get_exec_path ();
|
char *exec_path = get_exec_path ();
|
||||||
|
|
||||||
#ifdef LINUX
|
#if defined(LINUX) || defined(__APPLE__)
|
||||||
|
|
||||||
char *resolved_install_folder = realpath (INSTALL_FOLDER, NULL);
|
char *resolved_install_folder = realpath (INSTALL_FOLDER, NULL);
|
||||||
char *resolved_exec_path = realpath (exec_path, NULL);
|
char *resolved_exec_path = realpath (exec_path, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user