Skip to content
Snippets Groups Projects
Commit be4456ae authored by micah's avatar micah :speech_balloon:
Browse files

fix missing autoconf marker for @SED@

parent 0df3c993
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment