-
- Downloads
devicepkg-dev: fix call to dc (MR 4959)
The current invocation doesn't work:
$ busybox dc "100" "5" / p
dc: can't open '100': No such file or directory
Fix it so that it does:
$ busybox dc -e "100 5 / p"
20
One of the messages that is printed on failure was missing
the "WARNING:" prefix. Address that too.
Signed-off-by:
Andrea Bolognani <eof@kiyuko.org>
Please register or sign in to comment