]> git.street.me.uk Git - andy/viking.git/commit - src/babel.c
factorize gpsbabel command line
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 11 Sep 2011 19:17:38 +0000 (21:17 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 11 Sep 2011 19:17:38 +0000 (21:17 +0200)
commit18ec873dc8439733b81cb96bc958b35cabdacc8c
tree80628d06fe029f0f3feff981eb70e6d4d105b194
parent514db2ce38f8fb0ad74c7922441c82b2b6cb61e3
factorize gpsbabel command line

The full path of gpsbabel can be searched a single time.
The side effect is you cannot install gpsbabel after viking's start
to solve the issue.

Furthermore, if gpsbabel is missing, it is an error, not just a warning
as something requested by user cannot be done. At the opposite, the
missing of unbuffer command is not a matter as job can be done.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
src/babel.c
src/babel.h
src/main.c