Changeset c47090 in git
- Timestamp:
- Oct 15, 2015, 6:54:15 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e8c9869fa7ddf44e8d06637799419f0dddd8c607
- Parents:
- a311b308796b46b4d4f62c4adfb1226432365f62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/resgraph.lib
ra311b30 rc47090 104 104 { 105 105 //--- do not leave any garbage in the public directories 106 j=system("sh","comm nd rm " + outfile + " " + @filename);106 j=system("sh","command rm " + outfile + " " + @filename); 107 107 } 108 108 return(); … … 290 290 { 291 291 //--- do not leave any garbage in the public directories 292 j=system("sh","comm nd rm " + @filename + ".jpg "+ @filename);292 j=system("sh","command rm " + @filename + ".jpg "+ @filename); 293 293 } 294 294 return();
Note: See TracChangeset
for help on using the changeset viewer.