mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix typo.
This commit is contained in:
parent
0016dd21e6
commit
4c2389c80a
@ -83,9 +83,10 @@ prepare_loop() {
|
|||||||
LOOP=$dev
|
LOOP=$dev
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
test -n "LOOP" # confirm or fail
|
test -n "$LOOP" # confirm or fail
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
exit 1 # should not be accesible
|
exit 1 # should not happen
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare_devs() {
|
prepare_devs() {
|
||||||
|
Loading…
Reference in New Issue
Block a user