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

ressources: use \cat instead of /bin/cat in scripts #272

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

GaetanLepage
Copy link
Contributor

The current scripts (init_repl.sh and launcher_repl.sh) expect cat to be available in /bin.
This is not the case for all systems.
This patch switches to \cat which accomplishes the same goal of ignoring user-defined shell aliases of the cat command.

@michaelb michaelb merged commit b2b6f13 into michaelb:master Jan 16, 2024
5 checks passed
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.

2 participants