From be4456ae3f9e44846a7ac83b3cfda40631ea046e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 20 Sep 2013 13:45:10 -0400 Subject: fix missing autoconf marker for @SED@ --- handlers/sys.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/sys.in b/handlers/sys.in index 4210873..e8834b0 100644 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -615,7 +615,7 @@ if [ "$luksheaders" == "yes" ]; then if [ $? -ne 0 ]; then warning "Could not compute the size of Luks header, skipping $dev" continue - elif [ -z "$headersize" -o -n "`echo \"$headersize\" | sed 's/[0-9]*//g'`" ]; then + elif [ -z "$headersize" -o -n "`echo \"$headersize\" | @SED@ 's/[0-9]*//g'`" ]; then warning "The computed size of Luks header is not an integer, skipping $dev" continue fi -- cgit v1.2.3