Skip to content

Wrong shebang #1368

@mcandre

Description

@mcandre

The Rustup shell script is not fully POSIX compliant, but rather uses bashisms like local-scoped variables. When users attempt to run the rustup install script on different UNIX systems, they often get errors about missing local files/directories.

To fix this, either set the shebang to #!/bin/bash, or rewrite the script to avoid bashisms (checkbashisms can assist this process).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions