Skip to content

Commit

Permalink
remove dash check, shellcheck does that for us
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jul 18, 2023
1 parent 5c3200a commit ebcf17a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ means any image that are configured to be used by denv will then be re-downloade

# CONTRIBUTING

Feel free to create a fork of https://github.com/tomeichlersmith/denv and open a Pull Request with any bug patches or feature improvements. We aim to keep denv as a single file with optional completion and manual files in parallel. Check that denv is still POSIX with dash.

dash -n denv
Feel free to create a fork of https://github.com/tomeichlersmith/denv and open a Pull Request with any bug patches or feature improvements. We aim to keep denv as a single file with optional completion and manual files in parallel.

Install shellcheck from https://github.com/koalaman/shellcheck and use it to make sure denv avoids common shell scripting errors.

Expand Down

0 comments on commit ebcf17a

Please sign in to comment.