Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2010 21:59:12 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r212189 - stable/8/tools/regression/bin/sh/expansion
Message-ID:  <201009032159.o83LxCpt065434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Fri Sep  3 21:59:12 2010
New Revision: 212189
URL: http://svn.freebsd.org/changeset/base/212189

Log:
  MFC r209652: sh: Remove comment that the comma operator is missing
  in arithmetic expansion.
  
  The comma operator is not listed in POSIX.1-2008 XCU 1.1.2.1 Arithmetic
  Precision and Operations (referenced by XCU 2.6.4 Arithmetic Expansion) and
  is therefore not required.

Modified:
  stable/8/tools/regression/bin/sh/expansion/arith2.0
Directory Properties:
  stable/8/tools/regression/bin/sh/   (props changed)

Modified: stable/8/tools/regression/bin/sh/expansion/arith2.0
==============================================================================
--- stable/8/tools/regression/bin/sh/expansion/arith2.0	Fri Sep  3 21:51:38 2010	(r212188)
+++ stable/8/tools/regression/bin/sh/expansion/arith2.0	Fri Sep  3 21:59:12 2010	(r212189)
@@ -72,6 +72,6 @@ check "v" 10
 check "(v=42)&&(v|=32)==42" 1
 check "v" 42
 
-# missing: ternary, comma
+# missing: ternary
 
 exit $((failures != 0))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009032159.o83LxCpt065434>