]> gitweb.fluxo.info Git - backupninja.git/commitdiff
fix missing autoconf marker for @SED@
authorMicah Anderson <micah@riseup.net>
Fri, 20 Sep 2013 17:45:10 +0000 (13:45 -0400)
committerMicah Anderson <micah@riseup.net>
Fri, 20 Sep 2013 17:45:10 +0000 (13:45 -0400)
handlers/sys.in

index 42108735575285fb2912ef1285cec43a0ede14bb..e8834b097e6f20b37978fff70238650c38cfb40a 100644 (file)
@@ -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