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

Avoid expr substr in spades_compile.sh #1038

Open
wants to merge 1 commit into
base: spades_3.15.5
Choose a base branch
from

Commits on Nov 2, 2022

  1. Avoid expr substr in spades_compile.sh

    `expr substr` is not defined in posix and not implemented in MacOS /bin/expr. The much simpler bash substring expansion should be more widely compatible. It does work with MacOS' ancient /bin/bash.
    epruesse authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    27d9669 View commit details
    Browse the repository at this point in the history