From a1331371748fe23ffaec0720f5c5f4f661c37789 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Dec 2018 18:46:42 +0100 Subject: dc: fix testsuite Signed-off-by: Denys Vlasenko --- miscutils/dc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'miscutils') 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) { INIT_G(); +//TODO: fix this, should take: dc -eSCRIPT -fFILE FILE argv++; if (!argv[0]) { /* take stuff from stdin if no args are given */ -- cgit v1.2.3