forked from pool/MozillaThunderbird
- update to Thunderbird 14.0 (bnc#)
* relicensed to MPL-2.0 - update Enigmail to 1.4.3 * bugfix release OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=184
This commit is contained in:
committed by
Git OBS Bridge
parent
ecebc15ccd
commit
bff98d2e04
@@ -133,10 +133,7 @@ if [ $moz_debug -eq 1 ]; then
|
||||
trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15
|
||||
echo -e "set args ${1+"$@"}\nrun" > $tmpfile
|
||||
echo "$moz_debugger $MOZ_PROGRAM -x $tmpfile"
|
||||
$moz_debugger "$MOZ_PROGRAM" -x $tmpfile
|
||||
exec $moz_debugger "$MOZ_PROGRAM" -x $tmpfile
|
||||
else
|
||||
$MOZ_PROGRAM "$@"
|
||||
exec $MOZ_PROGRAM "$@"
|
||||
fi
|
||||
exitcode=$?
|
||||
|
||||
exit $exitcode
|
||||
|
Reference in New Issue
Block a user