Comments

Flat
215: let: not found
User: nemozny
Date: 8/30/2011 6:54 am
Views: 6394
Rating: 7

If you get "215: let: not found", change in the script the first line to "#!/bin/bash"

Re: 215: let: not found
User: norealenemy
Date: 6/23/2013 11:55 am
Views: 41
Rating: 3
let is a bash command. If have touble with let you could change the shebang of the script (first line starting with #!) to #!/bin/bash (instead of /bin/sh that is in Debian (raspbian Ubuntu usw.) /bin/dash)

br NoRealEnemy
PreviousNext