Update to the latest ast/ksh93 github commit.
Notable fixes: Fix `${+}` parameter expansion inside loops `nv_getval()` function internally calls `nv_optimize()` and optimizations outside `varsub()` function depend on it. Using `nv_isnull()` instead of `nv_getval()` was causing broken behavior with `${+}` parameter expansions inside loops. Resolves: #70
This commit is contained in:
parent
e30b3dde26
commit
1b7543ed5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488166
2 changed files with 5 additions and 5 deletions
|
@ -14,8 +14,8 @@ PORTNAME= ksh93
|
|||
PORTVERSION= ${AST_COMMIT_DATE}
|
||||
CATEGORIES= shells
|
||||
PKGNAMESUFFIX= -devel
|
||||
HASH= 228ed74
|
||||
AST_COMMIT_DATE= 2018.12.19
|
||||
HASH= 1b6198b
|
||||
AST_COMMIT_DATE= 2018.12.22
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Development branch of AT&T KornShell 93
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1545289175
|
||||
SHA256 (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 0461c8f311eeab08ce9a293e72b96afad1d6c69ae3df3f2aae86f689a400931b
|
||||
SIZE (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 2187759
|
||||
TIMESTAMP = 1545543445
|
||||
SHA256 (att-ast-2018.12.22-1b6198b_GH0.tar.gz) = b2480a312bad9267f62fdf1ac87c93f8be60245723e0cdf54f46df18df9eabe2
|
||||
SIZE (att-ast-2018.12.22-1b6198b_GH0.tar.gz) = 2189047
|
||||
|
|
Loading…
Reference in a new issue