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

Bootstreap script: use #!/bin/bash instead of #!/bin/sh #6062

Merged
merged 1 commit into from
Sep 19, 2019

Conversation

brodo
Copy link
Contributor

@brodo brodo commented Sep 18, 2019

The script uses double square brackets, which are a non-standard extension to []. The shebang line should reflect that. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. This leads to the script not working under Debian.

The script uses double square brackets, which are a non-standard extension to `[]`. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. The shebang line should reflect that.
@codecov
Copy link

codecov bot commented Sep 19, 2019

Codecov Report

Merging #6062 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6062      +/-   ##
==========================================
- Coverage   93.74%   93.73%   -0.01%     
==========================================
  Files         164      164              
  Lines       11151    11151              
==========================================
- Hits        10453    10452       -1     
- Misses        698      699       +1
Impacted Files Coverage Δ
src/RestWrite.js 93.56% <0%> (-0.17%) ⬇️

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 7225c8e...eed3f2f. Read the comment docs.

Copy link
Member

@davimacedo davimacedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this. LGTM!

@davimacedo davimacedo merged commit 431cb94 into parse-community:master Sep 19, 2019
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
The script uses double square brackets, which are a non-standard extension to `[]`. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. The shebang line should reflect that.
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