mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
fix missing autoconf marker for @SED@
This commit is contained in:
parent
0df3c9939d
commit
be4456ae3f
@ -615,7 +615,7 @@ if [ "$luksheaders" == "yes" ]; then
|
|||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
warning "Could not compute the size of Luks header, skipping $dev"
|
warning "Could not compute the size of Luks header, skipping $dev"
|
||||||
continue
|
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"
|
warning "The computed size of Luks header is not an integer, skipping $dev"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user