mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-21 04:07:47 +02: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:
|
# Output:
|
||||||
# A series of bash statemtents that write the fields into an array named "line_fields".
|
# A series of bash statemtents that write the fields into an array named "line_fields".
|
||||||
dsl_parse_line() {
|
dsl_parse_line() {
|
||||||
/usr/bin/awk '
|
awk '
|
||||||
{
|
{
|
||||||
print "line_fields=()"
|
print "line_fields=()"
|
||||||
n=0
|
n=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user