Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
corosync.27477
corosync-2.3.4-fix-bashisms.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File corosync-2.3.4-fix-bashisms.patch of Package corosync.27477
--- 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor