-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Description
In function mydevil_get_ip
,
Lines 56 to 59 in 52e051b
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
Labels
No labels