ajstarks / svgo

Go Language Library for SVG generation
Other
2.15k stars 170 forks source link

not really an issue, but a minor error when testing the library #1

Closed abiosoft closed 14 years ago

abiosoft commented 14 years ago

when trying to build the library, i got the following messages ./test-svgo: 30: mozilla: not found - 12 lines

so i edited the test-svgo and replaced line 17 linux) opener="mozilla -turbo";; with linux) opener="firefox";;

and it worked perfectly.

ajstarks commented 14 years ago

fixed.