Skip to content

Use /bin/sh instead of /bin/bash if possible in scripts #10

Description

@emanuelb

There are many scripts in repo that use #!/bin/bash for some of them it's possible to use #!/bin/sh instead without other modifications, for example like in ./eznode/tor/install ./eznode/tor/bin/tor-newnym

it might worth to change it for some other scripts as well if they not relaying to much on bash specific operations (see checkbashisms tool)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions