hashcat.c: change osx to OSX use shared_dir

Fixes #408
This commit is contained in:
Josh de Kock
2016-07-02 00:48:56 +01:00
committed by GitHub
parent b58f7a4675
commit 3db9be6eda
+1 -1
View File
@@ -6171,7 +6171,7 @@ int main (int argc, char **argv)
char *exec_path = get_exec_path ();
#ifdef LINUX
#if defined(LINUX) || defined(__APPLE__)
char *resolved_install_folder = realpath (INSTALL_FOLDER, NULL);
char *resolved_exec_path = realpath (exec_path, NULL);