commit | 3591293509e0c0bcf244b0f974775bff2e25697e | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri.lehtinen@inoi.fi> | Wed Sep 10 09:43:49 2008 +0300 |
committer | Wolfgang Denk <wd@denx.de> | Wed Sep 10 11:09:39 2008 +0200 |
tree | 69f5b437324599aca32d09e75edb5c4bee15d898 | |
parent | 9ebbb54f7a25055010fa6668eba40c72a4c4f985 [diff] |
autoscr: Fix one-character lines and non-newline terminated scripts When not using hush, the autoscr command now executes lines that are only one character long. It also runs the last line of scripts even if it does not end in a newline. Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>