]> sourceware.org Git - lvm2.git/commit
TEST (lvconvert-raid): localize a function variable
authorJonathan Brassow <jbrassow@redhat.com>
Tue, 26 Jun 2012 03:25:46 +0000 (22:25 -0500)
committerJonathan Brassow <jbrassow@redhat.com>
Tue, 26 Jun 2012 03:25:46 +0000 (22:25 -0500)
commit7168880caa5f09da254e930313c2d59547643bb2
tree911f195143238ac817a876d53972105620325c69
parent149ab6921e9029e12899c280f290656b1b60742f
TEST (lvconvert-raid): localize a function variable

Function was overwriting a global variable because it used a variable
of the same name without first declaring it with 'local'.
test/shell/lvconvert-raid.sh
This page took 0.027071 seconds and 5 git commands to generate.