PiAUISuite
PiAUISuite copied to clipboard
Not saving to variables
If I use latest git sources, commands like: name $name==echo $name
Do not work. It does not recognize the command although it detects the string: name Martin
Shouldn't it write "Martin" onto the screen?
You should be using numbers as the variables (It's a weird restriction but that's how I put it in). Try: name $1==echo $1
On Thu, Jun 27, 2013 at 4:38 AM, mcobit [email protected] wrote:
If I use latest git sources, commands like: name $name==echo $name
Do not work. It does not recognize the command although it detects the string: name Martin
Shouldn't it write "Martin" onto the screen?
— Reply to this email directly or view it on GitHubhttps://github.com/StevenHickson/PiAUISuite/issues/4 .
Tried that before, but it didn't work either. Will try again though.
Let me know if it works now. If not, I will take a look into it when I get home.
Yup confirmed that this was broken somehow. Thanks for bringing it to my attention. Looking into it now.