File corosync-2.3.4-fix-bashisms.patch of Package corosync

--- corosync-2.3.5.orig/cts/agents/mem_leak_test.sh	2015-07-21 13:47:30.058803324 +0800
+++ corosync-2.3.5/cts/agents/mem_leak_test.sh	2015-07-27 10:03:53.903380662 +0800
@@ -41,14 +41,14 @@
     find $f | sed "s|\.|_|g" | sed "s|/|.|g" | while read l
     do 
       echo $l.count u64 $COUNT >> $temp_file
-      let COUNT="$COUNT+1"
+      COUNT="$COUNT+1"
     done
 
     corosync-cmapctl -p $temp_file
     corosync-cmapctl -D usr
   done
   AFTER=$(get_mem $TYPE)
-  let DIFF="$AFTER - $BEFORE"
+  DIFF="$AFTER - $BEFORE"
   rm -f $temp_file
   #echo $f diff $TYPE $DIFF
   echo $DIFF
@@ -76,11 +76,11 @@
   find /usr/bin | sed "s|\.|_|g" | sed "s|/|.|g" | while read l
   do 
     corosync-cmapctl -s $l u32 $COUNT
-    let COUNT="$COUNT+1"
+    COUNT="$COUNT+1"
   done
   corosync-cmapctl -D usr
   AFTER=$(get_mem $TYPE)
-  let DIFF="$AFTER - $BEFORE"
+  DIFF="$AFTER - $BEFORE"
   echo $DIFF
 
   exit 0
openSUSE Build Service is sponsored by