]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - src/path.c
* Made compatible with new Debian autobuilder architecture.
[maemo-mapper] / src / path.c
index 85392ffefd6d83dbd55abee570b42f785388ef9a..2fbf94f7c347f57f60c61a5c7df708483a8386ac 100644 (file)
@@ -942,7 +942,7 @@ track_add(time_t time, gboolean newly_fixed)
 #               define _voice_synth_path "/usr/bin/flite"
                         printf("%s %s\n", _voice_synth_path,
                                 _last_spoken_phrase);
-                        execl(_voice_synth_path, _voice_synth_path,
+                        execl("/bin/sh", _voice_synth_path, _voice_synth_path,
                                 "-t", _last_spoken_phrase, (char *)NULL);
                         exit(0);
                     }