Skip to content
Snippets Groups Projects
Commit 3d6c77cb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fixed rm to use more standard expression to ignore CVS directories.

Patch provided by dj@gregor.com.
parent d831315a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment