Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@erikbor
Copy link
Contributor

@erikbor erikbor commented Jan 22, 2018

No description provided.


rm -f /bin/bash
ln -s /usr/local/bin/bash /bin/bash
grep -q "^/bin/bash" || \
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you meant grep -q "^/bin/bash" /etc/shells || [...] here.


# Create link to expected gpg binary name and location
rm -f ${GPG21_INSTALL}/bin/gpg
ln /usr/local/bin/gpg2 ${GPG21_INSTALL}/bin/gpg
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be symbolic.

@codecov
Copy link

codecov bot commented Jan 26, 2018

Codecov Report

Merging #590 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
- Coverage   63.03%   63.01%   -0.02%     
==========================================
  Files          63       63              
  Lines       17413    17413              
==========================================
- Hits        10976    10973       -3     
- Misses       6437     6440       +3
Impacted Files Coverage Δ
src/librepgp/stream-parse.c 70.73% <0%> (-0.19%) ⬇️
src/librepgp/stream-write.c 71.86% <0%> (-0.12%) ⬇️

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 1133dee...8a66d3d. Read the comment docs.

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.

4 participants