From d68084250c2cf731be1e16ac939402bf5856c195 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 14 May 2006 22:07:38 +0000 Subject: [PATCH] on mormalize error deduce error line and jump to it (needs rewrite in, errr.... perl) git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@500 07558da8-63fa-0310-ba24-9fe276d99e06 --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 485450e..f3eb441 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,7 +59,8 @@ sf: config_yml: test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true - perl -c conf/normalize/*.pl + #perl -c conf/normalize/*.pl + perl -c conf/normalize/*.pl 2>&1 | grep 'conf/normalize' | grep -v 'OK' | sed -e 's#^.*conf/normalize#conf/normalize#' -e 's#,##' | awk '{ print "+" $3 " " $1 }' | xargs -i echo vi {} run: config_yml rm -f log -- 2.20.1