Skip to content

Conversation

@ase1590
Copy link

@ase1590 ase1590 commented May 13, 2023

Modern Linux systems will symlink /bin/sh to either /bin/bash or /bin/dash (in the case of Ubuntu).
These shell environments do not allow for the usage of alias within scripts, and results in an error when this script is run directly.

I have instead replaced it with a proper shellscript variable usage, eliminating the need for alias entirely.

changes tested across Fedora, Arch, and Ubuntu without issue.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant