Skip to content
Snippets Groups Projects
Commit 30420931 authored by Mark McKinnon's avatar Mark McKinnon
Browse files

Change permission of Linux and Mac executables to execute

Change permission of Linux and Mac executables to execute
parent 9ec75737
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,10 @@ else ...@@ -72,6 +72,10 @@ else
echo "done" echo "done"
fi fi
# make sure thirdparty files are executable
chmod u+x autopsy/markmckinnon/Export*
chmod u+x autopsy/markmckinnon/parse*
# make sure it is executable # make sure it is executable
chmod u+x bin/autopsy chmod u+x bin/autopsy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment