summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-04-28 01:16:56 +0200
committerAaron Griffin <aaron@archlinux.org>2006-04-28 01:16:56 +0200
commita102395a7ef970a91ee188f2c0de3b1dc15ca09c (patch)
treeb08b3c73dff1b00963f652f3d67816d3f410698e /hooks
parentc32b4769f06e60b39ce93e4ea90fd48795506e0f (diff)
downloadmkinitcpio-a102395a7ef970a91ee188f2c0de3b1dc15ca09c.tar.gz
mkinitcpio-a102395a7ef970a91ee188f2c0de3b1dc15ca09c.tar.xz
whitespace.... ugh
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@33 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r--hooks/encrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/encrypt b/hooks/encrypt
index cc1b315..3209cf3 100644
--- a/hooks/encrypt
+++ b/hooks/encrypt
@@ -16,7 +16,7 @@ run_hook ()
echo "A password is required to access the root filesystem:"
#loop until we get a real password
- while !/bin/cryptsetup luksOpen ${root} root; do
+ while ! /bin/cryptsetup luksOpen ${root} root; do
sleep 2;
done
if [ -e "/dev/mapper/root" ]; then