Skip to content

Commit fe02ebb

Browse files
author
MB
committed
[compare-locales] pushd → cd
1 parent deda094 commit fe02ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/compare-locales.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
status=0
1010

11-
pushd src/chrome/locale
11+
cd src/chrome/locale
1212
for lang in *
1313
do
1414
comm -2 -3 <(grep '^<!ENTITY' en/* | cut -d' ' -f2 | sort -u) <(grep '^<!ENTITY' $lang/* | cut -d' ' -f2 | sort -u) | grep . && echo "\_ missing for locale" $lang && status=1

0 commit comments

Comments
 (0)