X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Frpmsafe;h=f8071daa30507ddc08532bded7d148e546b4571d;hp=54f771e4a726f7913fee85dadc5679a8338313d5;hb=8adb38261391cc392ae30dda2dc64a32e3c88cec;hpb=e9c5c74b8f4cd59588fe518b4753d121b4877536 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] //;'