1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix typo.

This commit is contained in:
Petr Rockai 2008-11-04 14:38:53 +00:00
parent 0016dd21e6
commit 4c2389c80a

View File

@ -83,9 +83,10 @@ prepare_loop() {
LOOP=$dev
done
done
test -n "LOOP" # confirm or fail
test -n "$LOOP" # confirm or fail
return 0
fi
exit 1 # should not be accesible
exit 1 # should not happen
}
prepare_devs() {