Skip to content

mydevil.sh bug report #6452

@IvanGrigorik

Description

@IvanGrigorik

In function mydevil_get_ip,

mydevil_get_ip() {
devil dns list "$1" | cut -w -s -f 3,7 | grep "^A$(printf '\t')" | cut -w -s -f 2 || return 1
return 0
}

Line cut -w -s -f 3,7 contains errors, since -w option is not compatible with GNU core utilities library. Doc in here

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