1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

Fix typo.

This commit is contained in:
Petr Rockai 2008-11-04 14:38:53 +00:00
parent 7c90b57e87
commit 446852db3b

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() {