Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

chore(scripts): make quick installer script POSIX sh compliant #560

Merged
merged 4 commits into from
Jan 13, 2021

Conversation

profclems
Copy link
Owner

@profclems profclems commented Jan 11, 2021

Currently the quick install script isn't POSIX sh compliant and hence, works only
on bash.

In order to make it run on all shell types, it must be POSIX sh compliant.
All bashisms have been checks and removed/fixed to POSIX sh formats.

@codecov
Copy link

codecov bot commented Jan 11, 2021

Codecov Report

Merging #560 (f0646ca) into trunk (05e7f7c) will increase coverage by 0.29%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #560      +/-   ##
==========================================
+ Coverage   61.01%   61.31%   +0.29%     
==========================================
  Files          88       88              
  Lines        6100     6157      +57     
==========================================
+ Hits         3722     3775      +53     
- Misses       2027     2029       +2     
- Partials      351      353       +2     
Impacted Files Coverage Δ
commands/ci/view/view.go 52.98% <0.00%> (+5.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05e7f7c...f0646ca. Read the comment docs.

scripts/quick_install.sh Outdated Show resolved Hide resolved
scripts/quick_install.sh Outdated Show resolved Hide resolved
Currently the quick install script isn't POSIX compliant and hence, works only
on bash.

In order to make it run on all shell types, it must be POSIX sh compliant.
All bashisms have been checks and removed/fixed to POSIX sh formats.
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 12, 2021
@profclems profclems merged commit 4e90222 into trunk Jan 13, 2021
@profclems profclems deleted the ch-posix-script branch January 13, 2021 00:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants