zhaog / aspersa

Automatically exported from code.google.com/p/aspersa
0 stars 0 forks source link

Syntax error in collect #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following patch will fix it:

-      kill -s 15 ${strace_pid} 2>>$OPT_d/$d-output);
+      kill -s 15 ${strace_pid} 2>>$OPT_d/$d-output;

Original issue reported on code.google.com by baron.schwartz on 19 Feb 2011 at 9:23

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r354.

Original comment by baron.schwartz on 19 Feb 2011 at 9:24