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

Fix error handling #3

Merged
merged 4 commits into from
Jul 27, 2015
Merged

Fix error handling #3

merged 4 commits into from
Jul 27, 2015

Commits on Jul 27, 2015

  1. Configuration menu
    Copy the full SHA
    943398b View commit details
    Browse the repository at this point in the history
  2. ipfs-paste: remove set options

    - `set -o pipefail` is not portable as dash doesn't know about it, and
    
    - `set -e` is not very useful if you have a die() function, and
      [has some problems too](http://mywiki.wooledge.org/BashFAQ/105).
    chriscool committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    d0bfb2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359aed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3376138 View commit details
    Browse the repository at this point in the history