Diff for /rpl/src/instructions_r3.c between versions 1.19 and 1.20

version 1.19, 2010/09/07 13:32:34 version 1.20, 2010/09/07 20:59:06
Line 984  instruction_recall(struct_processus *s_e Line 984  instruction_recall(struct_processus *s_e
                                     "($2 != \"\") printf(\"-f %%s\", $2); }'` "                                      "($2 != \"\") printf(\"-f %%s\", $2); }'` "
                                     "-t `locale charmap` | %s/bin/%s -o %s";                                      "-t `locale charmap` | %s/bin/%s -o %s";
 #   else  #   else
     unsigned char           *instructions = "sh -c \"%s/bin/rpliconv %s "      unsigned char           *instructions = BOURNE_SHELL
                                       " -c \"%s/bin/rpliconv %s "
                                     "`%s/bin/rplfile "                                      "`%s/bin/rplfile "
                                     "-m %s/share/rplfiles -i %s | "                                      "-m %s/share/rplfiles -i %s | "
                                     "%s/bin/rplawk "                                      "%s/bin/rplawk "

Removed from v.1.19  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>