Skip to content
Snippets Groups Projects
Commit 8be95362 authored by Niels Möller's avatar Niels Möller
Browse files

(table): Fixed first reverse entry, {

"UNKNOWN", 7}.

Rev: src/process_atoms:1.11
parent 0f04f342
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ case $1 in
;;
table)
header
echo -n '{ { "UNKNOWN", 0 }'
echo -n '{ { "UNKNOWN", 7 }'
while getatom; do
echo ','
# FIXME: We could replace ${#atom} with `expr $atom :'.*'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment