Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting goto with whitespace?
2015-07-14, 17:57
Post: #2
RE: Setting goto with whitespace?
goto only takes one argument, since you have a space it becomes 2.

Maybe you can use goto ${product:uristring} instead. (and then use %20 in the label line)
And as an last restort you can use ${product:hexraw} instead.

But reading the sources, Only space should be an separator in the label so uristring hack should work.

https://git.ipxe.org/ipxe.git/blob/24112...ipt.c#l322

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Setting goto with whitespace? - NiKiZe - 2015-07-14 17:57



User(s) browsing this thread: 1 Guest(s)