oops, stomped on quote change.

This commit is contained in:
mcafee%netscape.com 2002-12-13 02:08:27 +00:00
parent d212358f78
commit 1ed178c74d

View File

@ -98,7 +98,7 @@ MYTMPDIR=`mktemp -d ./codesighs.tmp.XXXXXXXX`
# Find all map files.
#
ALLMAPSFILE="$MYTMPDIR/allmaps.list"
find ./mozilla -type f -name *.map > $ALLMAPSFILE
find ./mozilla -type f -name "*.map" > $ALLMAPSFILE
#