Update extractLabels.sh

This commit is contained in:
Søren Theilgaard
2021-08-25 12:54:53 +02:00
parent 5585f8c558
commit 30bd4797ae

View File

@@ -6,7 +6,7 @@
label_re='^([a-z0-9\_-]*)(\)|\|\\)$'
endlabel_re='^( |\t);;$'
label_dir=../"fragments/labels"
label_dir="fragments/labels"
IFS=$'\n'