Comment 1 for bug 1639660

Revision history for this message
John Johansen (jjohansen) wrote :

Yuqiong Sun,

the parser is sensitive to white space. If your profile has white space in the name you will need to use quotes around it

  /root/test/read px -> "readtest1 //& readtest2",

otherwise you will need to remove the white space and specify it as

  /root/test/read px -> readtest1//&readtest2,

ideally the parser would properly handle white space in this situation and properly parse this but at the moment it doesn't. If this fixes your problem I will mark this bug as a wish list feature. If not please let us know so we can further debug the problem.