Introduction
Introduction Statistics Contact Development Disclaimer Help
tsv2ics: fix syntax typo in source code - ics2txt - convert icalendar .ics file…
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
---
commit 599d47ef952d535e775263772cfbbbe9a2704971
parent 249ca0bca49471576785d34c208a78f672d7d245
Author: Josuah Demangeon <[email protected]>
Date: Mon, 21 Jun 2021 22:54:00 +0200
tsv2ics: fix syntax typo in source code
Diffstat:
M tsv2ics.awk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tsv2ics.awk b/tsv2ics.awk
@@ -67,7 +67,7 @@ BEGIN {
NR == 1 {
if ($1 != "TYPE" || $2 != "START" || $3 != "END" || $4 != "RECUR") {
- print "tsv2ics: invalid column names on first line" >/dev/stde…
+ print "tsv2ics: invalid column names on first line" >"/dev/std…
exit(EXIT = 1)
}
for (i = 1; i <= NF; i++) {
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.