diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-26 21:53:16 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-26 21:53:16 +0000 |
commit | a5a845d68f4ca7de5e195c340c64d56f271b418e (patch) | |
tree | 8d6ca86771593cc2e72f325b64761f847cd791ac | |
parent | fbd4ddda0562c55b2929e038b459695789b04af7 (diff) | |
download | crosstool-ng-a5a845d68f4ca7de5e195c340c64d56f271b418e.tar.gz crosstool-ng-a5a845d68f4ca7de5e195c340c64d56f271b418e.tar.bz2 crosstool-ng-a5a845d68f4ca7de5e195c340c64d56f271b418e.zip |
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-x | tools/extract-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-config.sh b/tools/extract-config.sh index 38646522..11d2d55f 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; } |