Skip to content

Conversation

@drupol
Copy link
Contributor

@drupol drupol commented May 21, 2025

📚 Description

Using #!/usr/bin/env bash improves portability across systems where bash may not be located in /bin. This change ensures scripts can run reliably in more environments.

🔖 Changes

  • replace #!/bin/bash with #!/usr/bin/env bash

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix
  • I updated the documentation to reflect the changes

Using #!/usr/bin/env bash improves portability across systems where bash may not be located in `/bin`.
This change ensures scripts can run reliably in more environments.
@drupol drupol marked this pull request as ready for review May 21, 2025 06:24
Copy link
Member

@Chemaclass Chemaclass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@Chemaclass Chemaclass merged commit 9349212 into TypedDevs:main May 21, 2025
13 checks passed
@Chemaclass Chemaclass added the enhancement New feature or request label May 21, 2025
@drupol drupol deleted the push-wqpusvwntsrt branch May 21, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants