Skip to content
Snippets Groups Projects
Commit 0f6e26e4 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

set x permission on platform binary

parent b673c600
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ if(!copy($OUTFILE, $OUTFILE2)){
_abort("Could not copy $OUTFILE to $OUTFILE2");
}
_ok("file created: '$OUTFILE2'");
_exec("chmod +x $OUTFILE2");
_h1("Create readme");
$readme="{$OUTFILE2}__README.md";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment