Skip to content

Scripts not executable after project initialization on macOS #29

Description

@fxnicolas

Environment

  • macOS Sequila 15.6.1.
  • ZSH

Steps to reproduce

  1. Run uvx --from git+https://github.com/github/spec-kit.git specify init <project-name>
  2. Run ls -la/<project-name>/scripts

Expected results

Script files should be executable.

Result

The script files have -rw-r--r--@ privileges and are not executable. Not sure this is supposed to be like that.

Workaround

Run chmod +x ./scripts/*.sh after the init phase.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions