Changeset 36953 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 01/25/16 17:30:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r36949 r36953 650 650 } 651 651 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 652 662 cmd = ostrcat("ls -1 ", path, 0, 0); 653 663 cmd = ostrcat(cmd, "/*.sh", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.