mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 13:54:19 +02:00
Linux binary: Use exec in the wrapper shell scripts that are used to set env vars and launch calibre utilities. Fixes #1077884 (calibre-server wrapper script should exec binary)
This commit is contained in:
parent
b2973a6741
commit
f4f58175f8
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ def build_launchers(self):
|
|||
export MAGICK_CONFIGURE_PATH=$lib/{1}/config
|
||||
export MAGICK_CODER_MODULE_PATH=$lib/{1}/modules-Q16/coders
|
||||
export MAGICK_CODER_FILTER_PATH=$lib/{1}/modules-Q16/filters
|
||||
$base/bin/{0} "$@"
|
||||
exec $base/bin/{0} "$@"
|
||||
''')
|
||||
|
||||
dest = self.j(self.obj_dir, bname+'.o')
|
||||
|
|
|
|||
Loading…
Reference in a new issue