From 0a9e3042e77735014fb6caa0be1d8eb849f78916 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 5 Jun 2014 22:57:35 +0200 Subject: [PATCH] print config file name --- rcb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcb.pl b/rcb.pl index e1bea32..a45179e 100755 --- a/rcb.pl +++ b/rcb.pl @@ -323,7 +323,7 @@ my $bin = $cnd . "out"; my $cfgn = name_wo_ext($mainfile) . "rcb"; my $haveconfig = (-e $cfgn); if($haveconfig && !$ignore_rcb) { - printc "blue", "[RcB] config file found. trying single compile.\n"; + printc "blue", "[RcB] config file $cfgn found. trying single compile.\n"; @adep = `cat $cfgn | grep "^DEP " | cut -b 5-`; my @rcb_links = `cat $cfgn | grep "^LINK" | cut -b 6-`; my $cs = expandarr(@adep); -- 2.11.4.GIT