summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-26 21:53:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-26 21:53:16 (GMT)
commita5a845d68f4ca7de5e195c340c64d56f271b418e (patch)
tree8d6ca86771593cc2e72f325b64761f847cd791ac
parentfbd4ddda0562c55b2929e038b459695789b04af7 (diff)
Backport #958 from trunk:
Fix extracting the configuration from a build log. /branches/1.2/tools/extract-config.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rwxr-xr-xtools/extract-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-config.sh b/tools/extract-config.sh
index 3864652..11d2d55 100755
--- a/tools/extract-config.sh
+++ b/tools/extract-config.sh
@@ -10,7 +10,7 @@ BEGIN {
dump = 0;
}
-$0~/Dumping crosstool-NG configuration: done in.+s$/ {
+$0~/Dumping crosstool-NG configuration: done in/ {
dump = 0;
}