Package: localepurge
tags: patch

Using ? instead of * will match 1 time only.

- echo $(grep --invert-match --extended-regexp '^[ \t]*(#|$)' $NOPURGECONF) + echo $(grep --invert-match --extended-regexp '^[ \t]?(#|$)' $NOPURGECONF)


-localelist=$(grep --invert-match --extended-regexp '^[ \t]*(#|$)' $LOCALELIST) +localelist=$(grep --invert-match --extended-regexp '^[ \t]?(#|$)' $LOCALELIST)

--
Best regards / Melhores cumprimentos,

Miguel Figueiredo

Reply via email to