Gamepedia: HTML export auto-open

Report your bugs here - if someone else has already mentioned the same bug, just add on to their post with as much info as possible to make the hunting easier.
Post Reply
marumari
Addicted to Bruji
Addicted to Bruji
Posts: 104
Joined: Thu Dec 10, 2009 10:38 am
Contact:

Gamepedia: HTML export auto-open

Post by marumari »

Also emailed this one in, just filling folks in.

--

If you do an HTML export of a collection with a space the name, it won't automatically open in your web browser afterwards. I'm /guessing/ that it's doing an open(1) on it without the spaces being escaped, and so it fails.

A collection name of "Test" works, but if I call it "Test Collection", then it fails to open. The open command should be, in that case:

Code: Select all

open Test\ Collection/index.html
The export does work fine, though - just the auto-open fails.
Post Reply