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

shtest+configure: remove uses of non-portable/non-standard commands #2981

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

emanuele6
Copy link
Member

Replace deprecated test(1) parentheses and -a logical operator with two tests command.

Replace deprecated tail -1 with tail -n1.

Replace non-standard egrep(1) command with grep -E; this also prevents obsolescence warnings on GNU systems.

Replace deprecated test(1) parentheses and -a logical operator with two
tests command.

Replace deprecated  tail -1  with  tail -n1.

Replace non-standard egrep(1) command with  grep -E  ; this also
prevents obsolescence warnings on GNU systems.
@emanuele6 emanuele6 merged commit c2db51e into master Dec 11, 2023
28 checks passed
@emanuele6 emanuele6 deleted the portablecmds branch December 11, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants