# HG changeset patch # User Markus Mützel # Date 1626973560 -7200 # Node ID 68fa4ac060cefcadfda289b7075136020c40b2ae # Parent 39780b2456a8cbcfe4a101d0260c419236ff2297# Parent 3583b11e151b8d80205583cc4ed8929abfdfe34c maint: merge stable to default. diff -r 39780b2456a8 -r 68fa4ac060ce src/main.in.cc --- a/src/main.in.cc Thu Jul 22 18:43:30 2021 +0200 +++ b/src/main.in.cc Thu Jul 22 19:06:00 2021 +0200 @@ -343,7 +343,6 @@ break; case EVAL_OPTION: - case 0: eval_code = true; for (int i = old_optind; i < next_optind; i++) new_argv[k++] = argv[i]; @@ -368,7 +367,7 @@ } } - // Tread trailing arguments as commands to be executed + // Treat trailing arguments as commands to be executed if (next_optind < argc) { eval_code = true;