mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
oops, stomped on quote change.
This commit is contained in:
parent
d212358f78
commit
1ed178c74d
@ -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