]> git.sur5r.net Git - openldap/commitdiff
Fixed rm to use more standard expression to ignore CVS directories.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 30 Aug 1998 18:12:03 +0000 (18:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 30 Aug 1998 18:12:03 +0000 (18:12 +0000)
Patch provided by dj@gregor.com.

tests/scripts/makeldbm.sh

index 44834903a9719331622ffa27ea20dfbc24f9f6c6..0431f37fe17c018e1b97819d655da6f004d7d1ea 100755 (executable)
@@ -4,7 +4,7 @@
 
 echo "Cleaning up in $DBDIR..."
 
-rm -f $DBDIR/[^C]*
+rm -f $DBDIR/[!C]*
 
 echo "Running ldif2ldbm to build slapd database..."
 $LDIF2LDBM -f $CONF -i $LDIF -e ../servers/slapd/tools