Enforced egrep warning by an if/then check
2 Oct
2022
2 Oct
'22
1:19 p.m.
Hi, I'm uncertain, if it makes sense to file a bug report against the xfce4-dev-tools or not. Actually upstream has got a reason to do this ;), but on Arch Linux it results in unwanted and annoying warnings :(. $ grep egrep /usr/bin/xdt-autogen -A3 if type egrep >/dev/null 2>&1; then EGREP=egrep else EGREP="grep -E" fi One time I reported an egrep related warning issue against the rtirq community package and upstream, but I didn't report it against e.g. AUR's ventoy-bin. However, the above if/then issue is something very special, since a workaround does cause the warnings in this particular case. The grep package does also provide a workaround. IOW two workarounds collide with each other :D. Regards, Ralf
773
Age (days ago)
773
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ralf Mardorf