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

Replace alias with a proper variable usage #184

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

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