summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extract-config.sh (renamed from tools/ct-ng.extract-config)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ct-ng.extract-config b/tools/extract-config.sh
index 8221d86..b5c77c6 100755
--- a/tools/ct-ng.extract-config
+++ b/tools/extract-config.sh
@@ -3,9 +3,9 @@
# This scripts extracts a crosstool-NG configuration from the log file
# of a toolchain build with crosstool-NG.
-# Usage: $0 <logfile>
+# Usage: cat <logfile> |$0
-cat "$1" |awk '
+awk '
BEGIN {
dump = 0;
}