diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-06 18:46:42 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-06 18:46:42 +0100 |
commit | a1331371748fe23ffaec0720f5c5f4f661c37789 (patch) | |
tree | 55462e528d52c97b91744c969034318569c04810 /miscutils | |
parent | 6d0be10aae1fb92879269e4397ae4e7ab037a628 (diff) | |
download | busybox-w32-a1331371748fe23ffaec0720f5c5f4f661c37789.tar.gz busybox-w32-a1331371748fe23ffaec0720f5c5f4f661c37789.tar.bz2 busybox-w32-a1331371748fe23ffaec0720f5c5f4f661c37789.zip |
dc: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/dc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c index 22890147d..bca4778bf 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c | |||
@@ -248,6 +248,7 @@ int dc_main(int argc UNUSED_PARAM, char **argv) | |||
248 | { | 248 | { |
249 | INIT_G(); | 249 | INIT_G(); |
250 | 250 | ||
251 | //TODO: fix this, should take: dc -eSCRIPT -fFILE FILE | ||
251 | argv++; | 252 | argv++; |
252 | if (!argv[0]) { | 253 | if (!argv[0]) { |
253 | /* take stuff from stdin if no args are given */ | 254 | /* take stuff from stdin if no args are given */ |