typo in backupninja.1
[matthijs/upstream/backupninja.git] / handlers / ldap.helper
index 9aecec8c0ec53ea19e4c8e6618d1eb867022c9b1..697c720209595a84c62de09a7bd8fc32a7cd938e 100644 (file)
@@ -54,7 +54,7 @@ done
 ldap_wizard() {
    bdb=no
    ldbm=no
-   for backend in `grep -e "^backend" /etc/ldap/slapd.conf | awk '{print $2}'`; do
+   for backend in `grep -e "^backend" /etc/ldap/slapd.conf | @AWK@ '{print $2}'`; do
       if [ "$backend" == "bdb" -a "$bdb" == "no" ]; then
          bdb=yes
       elif [ "$backend" == "ldbm" -a "$ldbm" == "no" ]; then