Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Bashisms are very common in Netkit scripts #19

Description

@sv75

All netkit scripts are '/bin/sh', still they have a lot of bashisms (use 'checkbashisms' to know how much exactly).

I believe it is better to just replace '#!/bin/sh' with '#!/bin/bash' in all netkit scripts,
The another way is to remove all bashisms one by one.

In Ubuntu and Debian '/bin/sh' does not point to '/bin/bash' by default, btw.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions