]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - find-lang.sh
up to 48.0.2564.103
[packages/chromium-browser.git] / find-lang.sh
old mode 100644 (file)
new mode 100755 (executable)
index d24727a..1bc9b65
@@ -33,7 +33,7 @@ while read file; do
                lang=pt
        ;;
        es-419)
-               lang=es
+               lang=es_LA
        ;;
        *-*)
                echo >&2 "ERROR: Need mapping for $lang!"
@@ -43,7 +43,7 @@ while read file; do
        echo "%lang($lang) ${file#$RPM_BUILD_ROOT}" >> $langfile
 done < $tmp
 
-if [ "$(egrep -v '(^%defattr|^$)' $langfile | wc -l)" -le 0 ]; then
+if [ "$(grep -Ev '(^%defattr|^$)' $langfile | wc -l)" -le 0 ]; then
        echo >&2 "$PROG: Error: international files not found!"
        rc=1
 fi
This page took 0.042693 seconds and 4 git commands to generate.