aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/td.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/td.in b/src/td.in
index db74a82..c6a7e9f 100755
--- a/src/td.in
+++ b/src/td.in
@@ -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