Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 04b7f1b4038b16bbd79f841c0df46b39 > files > 7

rpm-build-mozilla.org-1.1-alt0.M41.2.src.rpm

#!/bin/sh -efu
#
# Copyright (c) 2008  Alexey Gladkov <gladkov.alexey@gmail.com>.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

tab="$(printf '\t')"
buildroot="${RPM_BUILD_ROOT-}"

while IFS="$tab" read -r f t; do
	[ -n "${f##*/application.ini}" ] ||
		! egrep -qsi '[^;]*\[(App|Gecko)\]' "$f" ||
		printf '%s\n' "$f"
done