Source: debian-parl
Version: 1.9.10
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-parl.html

...
perl -0777 -n \
        -e 's,.*d-i preseed/late_command string ,#!/bin/sh\n,ms' \
        -e ' and print $_' \
        content/desktop/preseed.cfg > parl-desktop-tidy
shellcheck -e SC1003 -e SC2016 -e SC2034 -e SC2046 -e SC2048 -e SC2086 
parl-desktop-tidy

In parl-desktop-tidy line 38:
  if [ -e "$1" ] && egrep -q "^#?$2\$" "$1"; then \
                    ^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.


In parl-desktop-tidy line 49:
  if [ -e "$1" ] && egrep -q "^#?$2=" "$1"; then \
                    ^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.

debian/blends.mk:87: recipe for target 'parl-desktop-tidy' failed
make: *** [parl-desktop-tidy] Error 1

Reply via email to