mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fixed rm to use more standard expression to ignore CVS directories.
Patch provided by dj@gregor.com.
This commit is contained in:
parent
d831315a26
commit
3d6c77cbc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user