diff options
Diffstat (limited to 'bin/couchjs.tpl.in')
-rw-r--r-- | bin/couchjs.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchjs.tpl.in b/bin/couchjs.tpl.in index 3e47d6b6..e01a2bb1 100644 --- a/bin/couchjs.tpl.in +++ b/bin/couchjs.tpl.in @@ -65,7 +65,7 @@ display_error () { } run_couchjs () { - exec %libbindir%/%couchjs_command_name% $@ + exec %locallibbindir%/%couchjs_command_name% $@ } parse_script_option_list () { |