Adding quotes for different shell support. r=blythe, mcafee checking in as cltlbd

This commit is contained in:
cltbld%netscape.com 2002-12-12 22:35:15 +00:00
parent 2697f1acf7
commit 9448c87895

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
#