]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 13 Nov 1992 03:36:55 +0000 (03:36 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Nov 1992 03:36:55 +0000 (03:36 +0000)
old/sh-utils/ChangeLog

index a8551701766b67515dcdda7c2328b778f738b453..2666abf0d02d53df054081c3cf3d52b94886bb86 100644 (file)
@@ -4,6 +4,9 @@ Wed Nov 11 18:19:10 1992  Jim Meyering  (meyering@hal.gnu.ai.mit.edu)
        Make all longopts arrays const as well as static.
        Make a couple statically initialized aggregates `const.'
 
+       * echo.c (main), su.c (restricted_shell): Add parentheses to
+       assignment statements used in boolean context.
+
        * stty.c (set_mode): Parenthesize expressions with bit operations
        to correctly set/reset modes bits.