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

git-svn-id: svn://10.0.0.236/trunk@135182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com
2002-12-12 22:35:15 +00:00
parent 2e76182dea
commit d85a1dfb03

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
#