popped all patches
[ckermit.git] / ckuusr.c
index 882c0d4..8545f89 100644 (file)
--- a/ckuusr.c
+++ b/ckuusr.c
@@ -7983,7 +7983,8 @@ docmd(cx) int cx; {
            line[k++] = SP;
            line[k] = NUL;
            debug(F111,"XXMACRO A",line,k);
-           if ((y = cmtxt("Braced list of commands","",&s,xxstring)) < 0)
+           /* Defer evaluation of variables until the commands are exec'd */
+           if ((y = cmtxt("Braced list of commands","",&s,NULL)) < 0)
              return(y);
            k = ckstrncpy(line+k,s,LINBUFSIZ-k);
            debug(F111,"XXMACRO B",line,k);