aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-08-03 08:29:50 -0600
committerGavin Howard <yzena.tech@gmail.com>2020-08-03 08:29:50 -0600
commitf93278d0e0fdb7569fea7614ad31fd17f0d02270 (patch)
treede2f1ded243a0fb56666299f81f7e688559c27c6 /NEWS.md
parent90a5b2f0ba0f82ee808bfeb2a9443dd2fb812768 (diff)
downloadplatform_external_bc-f93278d0e0fdb7569fea7614ad31fd17f0d02270.tar.gz
platform_external_bc-f93278d0e0fdb7569fea7614ad31fd17f0d02270.tar.bz2
platform_external_bc-f93278d0e0fdb7569fea7614ad31fd17f0d02270.zip
Fix the NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index cc118a2c..7b852b9a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,7 +10,7 @@ executed. I also made the fix more general.
The behavior that was changed is that `bc` now exits when given `-e`, `-f`,
`--expression` or `--file`. However, if the last one of those is `-f-` (using
-`stdin` as the file, `bc` does not exit. If `-f-` exists and is not the last of
+`stdin` as the file), `bc` does not exit. If `-f-` exists and is not the last of
the `-e` and `-f` options (and equivalents), `bc` gives a fatal error and exits.
Finally, I removed the `BC_EXPR_EXIT` and `DC_EXPR_EXIT` environment variables