Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-11-10 17:28:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2014-11-04 
17:29:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-11-10 
17:28:48.000000000 +0100
@@ -11,0 +12,5 @@
+Sun Oct 19 20:36:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in wisotool script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ wisotool ++++++
--- /var/tmp/diff_new_pack.zpFcPz/_old  2014-11-10 17:28:50.000000000 +0100
+++ /var/tmp/diff_new_pack.zpFcPz/_new  2014-11-10 17:28:50.000000000 +0100
@@ -8895,7 +8895,7 @@
         then
             # FIXME: Should we perhaps sha1sum? That would get messy...
             cd steamapps
-            IFS=$','
+            IFS=","
             for x in $game_extra_files
             do
                 while true
@@ -8949,7 +8949,7 @@
         cp -r "$steam_dir/steamapps/$game_cache_file" 
"$WISOTOOL_CACHE/$PACKAGE"
         if test ! "$game_extra_files" = ""
         then
-            IFS=$','
+            IFS=","
             for x in $game_extra_files
             do
                 cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
@@ -8962,7 +8962,7 @@
         cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" 
"$steam_dir/steamapps"
         if test ! "$game_extra_files" = ""
         then
-            IFS=$','
+            IFS=","
             for x in $game_extra_files
             do
                 cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to