K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-12-08T21:00:39.000000Z K 7 svn:log V 364 Print empty quotes ('') when an empty string is passed to outqstr(). This makes a difference for the trap builtin, where after "trap '' 0" we printed "trap -- quit". This is wrong, because an empty action means to reset the action to the default. A side effect of this commit is that empty variables are now printed as "variable=''" instead of just "variable=". END