mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;tests: fix csv func tests on mac with default awk
This commit is contained in:
parent
e725b6bb47
commit
52da3853c0
@ -5,7 +5,7 @@
|
||||
# RULES
|
||||
# <multi-line rules>
|
||||
#
|
||||
awk -vCSV="t.$$.csv" -vRULES="t.$$.csv.rules" '
|
||||
awk -v CSV="t.$$.csv" -v RULES="t.$$.csv.rules" '
|
||||
BEGIN{output=CSV}
|
||||
/^RULES/{output=RULES}
|
||||
!/^RULES/{print $0 >output}'
|
||||
|
Loading…
Reference in New Issue
Block a user