Skip to content
  • Alexandre Duret-Lutz's avatar
    Fix run-time computation of automata path. · 03ccf59c
    Alexandre Duret-Lutz authored
    * taf-kit/src/library_commands.hh (get_automata_path): Search for
    vcsn- in program_name, do not assume it is at the beginning.  This
    was causing trouble when Taf-Kit was run as './vcsn-char-b' for
    instance, because it would then remove the first five characters
    and look for a directory named '/n-char-b'.
    03ccf59c