Commit a620c3a
committed
typing extra "#" to not re-execute old commands
we send "\n" before every command to make sure we have a clean prompt. But in doing so we mistakenly re-execute the previous command. That seems ot be the unfortunate u-boot shell behavior. Let's type "#\n" that "runs" an empty command that doesn't do anything and has the same clean prompt response we want.1 parent ee1bcc7 commit a620c3a
File tree
1 file changed
+1
-1
lines changed- packages/jumpstarter-driver-uboot/jumpstarter_driver_uboot
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments