]> granicus.if.org Git - graphviz/commit
Don't use path as variable name in colortbl.awk
authorErwin Janssen <erwinjanssen@outlook.com>
Sat, 4 Feb 2017 10:21:18 +0000 (11:21 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 6 Mar 2017 10:12:55 +0000 (11:12 +0100)
commitf44e5aaae9529204c44d9baca8489362c3808808
tree9770f8acfdfef3b3b9224dfaf414772b28660bc8
parent3dc7e1be2b219a9a0ecb35d414d3f14caa46348d
Don't use path as variable name in colortbl.awk

Instead of using `argv[1]` to name the variable, we now always call it
`color_lib` in awk/colortbl.awk. The reason for this, is in some build
configurations, like the Visual Studio and CMake build, the full path to
the color_lib file is used. This resulted in the variable conaining
slashes, etc. Since the rest of the code already assumes this variable is
called `color_lib`, there is no problem with hard coding it in
colortbl.awk
awk/colortbl.awk