CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/11 11:56:07
Modified files:
usr.bin/tmux : cmd-string.c
Log message:
Rewrite a confusing loop when freeing the arg array on exit and move the check
for argv being NULL, prompted by parfait via deraadt.
Also fix some definite brokenness when assigning multiple environment variables
in arguments (such as "X=1 Y=2").
