From owner-cvs-bin Sat Feb 15 17:54:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04915 for cvs-bin-outgoing; Sat, 15 Feb 1997 17:54:32 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04903; Sat, 15 Feb 1997 17:54:26 -0800 (PST) Date: Sat, 15 Feb 1997 17:54:26 -0800 (PST) From: Steve Price Message-Id: <199702160154.RAA04903@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh expand.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 97/02/15 17:54:25 Modified: bin/sh expand.c Log: Fix a expansion bug that caused the result of `echo $((1 << 30))` to get truncated. Submitted by: bde Revision Changes Path 1.15 +5 -2 src/bin/sh/expand.c