Change permission of Linux and Mac executables to execute

Change permission of Linux and Mac executables to execute
This commit is contained in:
Mark McKinnon 2020-07-08 09:44:38 -04:00
parent 9ec7573745
commit 304209314f

View File

@ -72,6 +72,10 @@ else
echo "done"
fi
# make sure thirdparty files are executable
chmod u+x autopsy/markmckinnon/Export*
chmod u+x autopsy/markmckinnon/parse*
# make sure it is executable
chmod u+x bin/autopsy