At Thu, 2 Aug 2018 14:34:15 -0700 (PDT), David Benoit wrote:
> Hi all,
>
> lib/starter-sh is an empty file with its executable bit set. This is
> flagged by the Fedora Project build system as an error, and I am looking
> for a workaround to help get Racket through the package review process.
> [...]
>
> I'm wondering whether it is suitable to package the file with the
> executable bits off.
Yes, I think so.
Originally, Racket relied on a file with the executable bit set to
clone for executables, because there wasn't a way to set the executable
bit within Racket. Racket has long since acquired the ability to set
the executable bit, and `raco exe` and related tools do that, so remove
the executable bit from "starter-sh" should be fine.