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

Updated script for POSIX compliance #674

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

marcus-talbot42
Copy link
Contributor

  • read-call updated to use -r flag. Removed -p flag.
  • Removed string-indexing in case.
  • Removed double-bracket syntax.
  • Removed $() from until-statement.

Note that almost all of these changes can be discarded by using #!/bin/bash or similar.

- read-call updated to use -r flag. Removed -p flag.
- Removed string-indexing in case.
- Removed double-bracket syntax.
- Removed $() from until-statement.

Note that almost all of these changes can be discarded by using #!/bin/bash or similar.
@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Merging #674 (2958de9) into master (27df809) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #674   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          131       131           
  Lines         2733      2733           
  Branches       785       785           
=========================================
  Hits          2733      2733           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gidomanders gidomanders merged commit 93cefd3 into master Nov 24, 2022
@gidomanders gidomanders deleted the 673-scriptsdev-publishsh-is-not-posix-compliant branch November 24, 2022 16:16
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.

scripts/dev-publish.sh is not POSIX compliant.
2 participants