git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2006-07-20 15:12:34 +00:00
parent c7564c6ac9
commit 708e73052e

View File

@@ -10,7 +10,7 @@ if [ ! -f $entries ]; then
exit 3
fi
re="^/`basename $1`/.*/-kb/\$"
re="^/`basename $1`/.*/-kb/"
if grep -q "$re" $entries; then
exit 1
fi