You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
busybox's sh-implementation is differnt from the normal sh:
In busybox-expr an empty string does not evaluate to int(0).
Calling `expr ($SEQ +1)` with `SEQ=""` fails.
This patch works around this behavior by making sure the file
exists.
I left the pipe for stderr around the `cat` in place to make
sure I do not break any other error cases.
Signed-off-by: Chris Fiege <chris@tinyhost.de>
0 commit comments