diff options
author | Rob Landley <rob@landley.net> | 2020-02-17 03:54:59 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-02-17 03:54:59 -0600 |
commit | 0676d0ac186cb6d3e0c22071ca9f7edb806ba36c (patch) | |
tree | 530a217d604c42df9e673a2ce1fc6dd91c211ce6 /scripts | |
parent | 3300fa568738c0dde6e0a5c389f8a084746a44a9 (diff) | |
download | toybox-0676d0ac186cb6d3e0c22071ca9f7edb806ba36c.tar.gz |
For "cross.sh all" announce each target in title bar.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cross.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cross.sh b/scripts/cross.sh index 6dac8ec0..2570713d 100755 --- a/scripts/cross.sh +++ b/scripts/cross.sh @@ -35,6 +35,7 @@ then do { export TARGET + echo -en "\033]2;$TARGET $*\007" "$0" $TARGET "$@" 2>&1 || mv cross-log-$TARGET.{txt,failed} } | tee cross-log-$TARGET.txt done |