From d96a519fb490699e1d9100b736c023c9d081f87e Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 31 Mar 2015 12:12:15 +0200 Subject: [PATCH] bug #3690: change regexp for im probes (cherry picked from commit 619026b2c8506e3e96bf0d53345095edc8167315) --- src/im_mad/remotes/run_probes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/run_probes b/src/im_mad/remotes/run_probes index e1d3510c7d..50b544bd8c 100755 --- a/src/im_mad/remotes/run_probes +++ b/src/im_mad/remotes/run_probes @@ -31,7 +31,7 @@ cd $SCRIPTS_DIR function run_dir { ( cd $1 - for i in `ls * | grep -E -v '(\.rpmnew$|\.rpmsave$|\.dpkg-\w+$)'`;do + for i in `ls * | grep -E -v '\.(rpmnew|rpmsave|dpkg-\w+)$'`;do if [ -x "$i" ]; then ./$i $ARGUMENTS EXIT_CODE=$?