Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2010 21:31:24 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209652 - head/tools/regression/bin/sh/expansion
Message-ID:  <201007022131.o62LVOI1012321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Fri Jul  2 21:31:24 2010
New Revision: 209652
URL: http://svn.freebsd.org/changeset/base/209652

Log:
  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:
  head/tools/regression/bin/sh/expansion/arith2.0

Modified: head/tools/regression/bin/sh/expansion/arith2.0
==============================================================================
--- head/tools/regression/bin/sh/expansion/arith2.0	Fri Jul  2 20:56:22 2010	(r209651)
+++ head/tools/regression/bin/sh/expansion/arith2.0	Fri Jul  2 21:31:24 2010	(r209652)
@@ -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?201007022131.o62LVOI1012321>