]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - find-lang.sh
reset release to 1
[packages/chromium-browser.git] / find-lang.sh
old mode 100644 (file)
new mode 100755 (executable)
index 4aa9f4c..1bc9b65
@@ -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.141368 seconds and 4 git commands to generate.