Add support for specifying event handler for calling job in command supstitution. Add psub shellscript function for process substitution

darcs-hash:20051015005126-ac50b-d2aedca3a50a78362502f3fa9dd8bf25cb7dc6e1.gz
This commit is contained in:
axel
2005-10-15 10:51:26 +10:00
parent 638df31ca4
commit 9298f610f6
14 changed files with 178 additions and 52 deletions

View File

@@ -230,8 +230,6 @@ static void parse_message( wchar_t *msg,
tmp = wcschr( name, L':' );
if( tmp )
{
wchar_t *val_unescaped;
wchar_t *key =malloc( sizeof( wchar_t)*(tmp-name+1));
memcpy( key, name, sizeof( wchar_t)*(tmp-name));
key[tmp-name]=0;