mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-02 19:32:04 +00:00
CTS: fix shell script variable name
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
5e4c02bd36
commit
1331c43075
@ -40,7 +40,7 @@ _object_test_()
|
||||
|
||||
find $f | sed "s|\.|_|g" | sed "s|/|.|g" | while read l
|
||||
do
|
||||
echo $l.count u32 $count >> $temp_file
|
||||
echo $l.count u64 $COUNT >> $temp_file
|
||||
let COUNT="$COUNT+1"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user