diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:28:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:28:56 +0000 |
commit | c660a4f3deb2db9a6441326f34a3c69df7dafb54 (patch) | |
tree | 6cc1f3e3f55aa78f0ab07ec476c36f44cfd2b112 | |
parent | 44be69112c71fe65784cc014995044c2a191a449 (diff) | |
download | execline-c660a4f3deb2db9a6441326f34a3c69df7dafb54.tar.gz execline-c660a4f3deb2db9a6441326f34a3c69df7dafb54.tar.xz execline-c660a4f3deb2db9a6441326f34a3c69df7dafb54.zip |
version: 2.8.0.0 v2.8.0.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 7d651a5..8984225 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,9 @@ Changelog for execline. In 2.8.0.0 ---------- + - By default, if now propagates its child exit code when it exits. - backtick now propagates failure by default; its options have -slightly different semantics. +slightly different semantics (-i becomes default, new -x introduced). In 2.7.0.1 diff --git a/README b/README index 6f23604..2a39c20 100644 --- a/README +++ b/README @@ -26,4 +26,3 @@ for which a shell is overpowered. Please use the <skaware at list.skarnet.org> mailing-list for questions about execline. - |