From 6e49b6c5a8ce029856e2db4bce0684105fa7e2fd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 18 Oct 2011 14:14:04 -0400 Subject: fix non-uniform indentation Signed-off-by: Dave Reisner --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 81328df..471c7d1 100644 --- a/functions +++ b/functions @@ -370,7 +370,7 @@ activate_vgs() { # Newer packages will only have /sbin/cryptsetup and no static binary # This ensures maximal compatibility with the old and new layout for CS in /sbin/cryptsetup /usr/sbin/cryptsetup \ - /sbin/cryptsetup.static ''; do + /sbin/cryptsetup.static ''; do [[ -x $CS ]] && break done -- cgit v1.2.3