From: Jim Meyering Date: Wed, 23 Mar 1994 16:56:16 +0000 (+0000) Subject: merge with 1.9.4b X-Git-Tag: textutils-1_12_1~735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91bfcc7c168bb601b3966643b94c231a2e461451;p=thirdparty%2Fcoreutils.git merge with 1.9.4b --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4af5f2e55f..540e21c191 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,5 @@ +Tue Mar 8 10:29:13 1994 Jim Meyering (meyering@comco.com) + * configure.in [INSTALL]: When AC_PROG_INSTALL resorts to setting this to `./install.sh', make it `../install.sh' instead since that script will be invoked only from subdirectories. diff --git a/src/test.c b/src/test.c index 2e2bae34ea..65de25436b 100644 --- a/src/test.c +++ b/src/test.c @@ -1105,8 +1105,7 @@ test_command (margc, margv) int margc; char **margv; { - auto int value; - int expr (); + int value; #if !defined (TEST_STANDALONE) int code;