lib: Use 'awk' instead of '/usr/bin/awk'

This commit is contained in:
Ethan P 2020-05-02 14:58:33 -07:00
parent d6db998042
commit e7a394a154
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -92,7 +92,7 @@ dsl_parse() {
# Output:
# A series of bash statemtents that write the fields into an array named "line_fields".
dsl_parse_line() {
/usr/bin/awk '
awk '
{
print "line_fields=()"
n=0