mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-19 03:48:11 +01:00
lib: Use 'awk' instead of '/usr/bin/awk'
This commit is contained in:
parent
d6db998042
commit
e7a394a154
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user