diff options
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r-- | gcc/graphite-poly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 7eb45ca0110..28da7f0b93e 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -1285,7 +1285,7 @@ dot_lst (lst_p lst) fputs ("}\n\n", stream); fclose (stream); - x = system ("dotty /tmp/lst.dot"); + x = system ("dotty /tmp/lst.dot &"); #else fputs ("digraph all {\n", stderr); dot_lst_1 (stderr, lst); |