Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use portable shebangs #1794

Merged

Conversation

thecmdrunner
Copy link
Contributor

@thecmdrunner thecmdrunner commented Mar 8, 2024

Closes #1789

βœ… Checklist

  • I have followed every step in the contributing guide (updated 2022-10-06).
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Changelog

Make scripts more portable across different nix systems by using #!/usr/bin/env bash instead of #!/bin/bash


Screenshots

[Screenshots]

πŸ’―

Copy link

changeset-bot bot commented Mar 8, 2024

πŸ¦‹ Changeset detected

Latest commit: ae2a742

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-t3-app Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Mar 8, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
create-t3-app βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Mar 8, 2024 10:35am

Copy link

vercel bot commented Mar 8, 2024

@thecmdrunner is attempting to deploy a commit to the t3-oss Team on Vercel.

A member of the Team first needs to authorize it.

@juliusmarminge juliusmarminge added this pull request to the merge queue Mar 8, 2024
Merged via the queue into t3-oss:main with commit 3cca996 Mar 8, 2024
266 of 267 checks passed
@thecmdrunner thecmdrunner deleted the feat/portable-shebangs-in-scripts branch March 8, 2024 12:30
devvianto605 pushed a commit to devvianto605/create-devviantex-nextjs-app-deprecated that referenced this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸ“Œ area: cli Relates to the CLI πŸ“Œ area: t3-app Relates to the generated T3 App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: use #!/usr/bin/env bash in all scripts
2 participants