<div dir="auto">One other thing has crossed my mind: will the moving of the directories make it harder to copy features and refactorings from or to the Pharo fork?<div dir="auto"><br></div><div dir="auto">Kind regards,</div><div dir="auto">Jakob<br><div dir="auto"><div dir="auto"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">David T. Lewis <<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>> schrieb am Di., 20. Juli 2021, 18:51:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
On Tue, Jul 20, 2021 at 02:35:38PM +0200, Marcel Taeumel wrote:<br>
>  <br>
> Hi all --<br>
> <br>
> "It's ready" again. Now with an explanation on how to review this:<br>
> <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573" rel="noreferrer noreferrer" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573</a><br>
> <br>
> <br>
<br>
Hi Marcel,<br>
<br>
The various shell scripts in the ./building directory are missing execute<br>
permission, possibly because they were moved to their new location on a<br>
non-unix system.<br>
<br>
On Linux you can see the problem files with:<br>
<br>
  $ grep -rl '#!.*/bin/' building | xargs ls -l | less<br>
<br>
I did not check each file versus the Cog branch, but a quick fix is this:<br>
<br>
  $ grep -rl '#!.*/bin/' building | xargs chmod +x<br>
<br>
This finds all the files in the ./building directory that start with a<br>
shebang line and sets them executable.<br>
<br>
Finally, do a git commit, which will save the files with execute permissions.<br>
<br>
Dave<br>
<br>
</blockquote></div>