Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487952 | Differences between
and this patch

Collapse All | Expand All

(-)work/src/cmd/ksh93/sh/xec.c (-1 / +1 lines)
Lines 1062-1068 Link Here
1062
			io = t->tre.treio;
1062
			io = t->tre.treio;
1063
			if(shp->envlist = argp = t->com.comset)
1063
			if(shp->envlist = argp = t->com.comset)
1064
			{
1064
			{
1065
				if(argn==0 || (np && nv_isattr(np,(BLT_DCL|BLT_SPC))))
1065
				if(argn==0 || (np && (nv_isattr(np,BLT_DCL)||(!command && nv_isattr(np,BLT_SPC)))))
1066
				{
1066
				{
1067
					Namval_t *tp=0;
1067
					Namval_t *tp=0;
1068
					if(argn)
1068
					if(argn)

Return to bug 487952