]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - src/path.c
Minor fixes in preparation for release of Maemo Mapper v2.5.1.
[maemo-mapper] / src / path.c
index 50bf3caa368cc5766a30de876b446eda1952f6e2..b98a1770ad114d739db0588678841a40fafa047f 100644 (file)
@@ -944,7 +944,7 @@ track_add(time_t time, gboolean newly_fixed)
                         execl(_voice_synth_path, basename(_voice_synth_path),
                                 "-t", _last_spoken_phrase, (char *)NULL);
                         /* No good?  Try to launch it with /bin/sh */
-                        execl("/bin/sh", "sh", "-c", _voice_synth_path,
+                        execl("/bin/sh", "sh", _voice_synth_path,
                                 "-t", _last_spoken_phrase, (char *)NULL);
                         /* Still no good? Oh well... */
                         exit(0);