From 5df788f4efe51d5298d45157a9973de75a81ac4b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 21 Jan 2008 18:05:02 +0000 Subject: fix syntax error. correctly. --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index f1f56060..ca49ec97 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -193,7 +193,7 @@ init_crypto() { && /usr/bin/rhgb-client --ping ; then /usr/bin/rhgb-client --quit fi - if [ -z "$makeswap" -a ] && cryptsetup isLuks "$src" 2>/dev/null ; then + if [ -z "$makeswap" ] && cryptsetup isLuks "$src" 2>/dev/null ; then if key_is_random "$key"; then echo $"$dst: LUKS requires non-random key, skipping" ret=1 -- cgit v1.2.1