Hello community,
here is the log from the commit of package MozillaThunderbird for
openSUSE:Factory checked in at 2014-11-24 11:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird"
Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2014-11-07 09:05:49.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes
2014-11-24 11:18:34.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 16 21:22:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in mozilla.sh script
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mozilla.sh.in ++++++
--- /var/tmp/diff_new_pack.Mfqpa0/_old 2014-11-24 11:18:37.000000000 +0100
+++ /var/tmp/diff_new_pack.Mfqpa0/_new 2014-11-24 11:18:37.000000000 +0100
@@ -131,7 +131,8 @@
if [ $moz_debug -eq 1 ]; then
tmpfile=`mktemp /tmp/mozargs.XXXXXX` || { echo "Cannot create temporary
file" >&2; exit 1; }
trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15
- echo -e "set args ${1+"$@"}\nrun" > $tmpfile
+ echo "set args ${1+"$@"}" > $tmpfile
+ echo "run" >> $tmpfile
echo "$moz_debugger $MOZ_PROGRAM -x $tmpfile"
exec $moz_debugger "$MOZ_PROGRAM" -x $tmpfile
else
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]