X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Frpmsafe;h=f8071daa30507ddc08532bded7d148e546b4571d;hp=54f771e4a726f7913fee85dadc5679a8338313d5;hb=8adb38261391cc392ae30dda2dc64a32e3c88cec;hpb=5305e2b3ed1b08c4394429bd78ee47e4803b7f61 diff --git a/bin/rpmsafe b/bin/rpmsafe index 54f771e..f8071da 100755 --- a/bin/rpmsafe +++ b/bin/rpmsafe @@ -1,2 +1,2 @@ #! /bin/bash -rpm -Vva 2>/dev/null|perl -ne 'BEGIN{use Cwd qw(realpath);}print if s/^[.]{7}[.T][.] [^g] //;' +rpm -Vva 2>/dev/null|perl -ne 'BEGIN{use Cwd qw(realpath);}chomp;print realpath($_)."\n" if s/^[.]{7}[.T][.] [^g] //;'