mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Adding quotes for different shell support. r=blythe, mcafee checking in as cltlbd
This commit is contained in:
parent
2697f1acf7
commit
9448c87895
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user