diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/td.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,8 +128,8 @@ if [ -n "${TD_DUMP_TRANSLATABLE_STRINGS:-}" ]; then exit fi -if [ -r '@LIBEXECDIR@/@NAME@/load-messages.sh' ]; then - . '@LIBEXECDIR@/@NAME@/load-messages.sh' +if [ -r '@LIBEXECDIR@/load-messages.sh' ]; then + . '@LIBEXECDIR@/load-messages.sh' fi |