Ignore:
Timestamp:
01/25/16 17:30:55 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r36949 r36953  
    650650                }
    651651
     652                cmd = ostrcat("chmod -R 755 ", path, 0, 0);
     653                printf(cmd: %s\n", cmd);
     654                system(cmd);
     655                free(cmd), cmd = NULL;
     656
     657                cmd = ostrcat("chmod -R 755 /tmp/parser", NULL, 0, 0);
     658                printf(cmd: %s\n", cmd);
     659                system(cmd);
     660                free(cmd), cmd = NULL;
     661
    652662                cmd = ostrcat("ls -1 ", path, 0, 0);
    653663                cmd = ostrcat(cmd, "/*.sh", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.