aboutsummaryrefslogtreecommitdiff
path: root/scripts/single.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-02-02 14:56:27 -0600
committerRob Landley <rob@landley.net>2016-02-02 14:56:27 -0600
commit8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 (patch)
tree732132d63fc9d5ebee5302837366dc8b5ae4c824 /scripts/single.sh
parentdabdebdc7a27bde9638f1f8f528427d9f8b65fa0 (diff)
downloadtoybox-8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645.tar.gz
Update to status.html and some test suite cosmetic tweaks.
Diffstat (limited to 'scripts/single.sh')
-rwxr-xr-xscripts/single.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/single.sh b/scripts/single.sh
index 36de3159..522a7134 100755
--- a/scripts/single.sh
+++ b/scripts/single.sh
@@ -18,6 +18,7 @@ fi
export KCONFIG_CONFIG=.singleconfig
for i in "$@"
do
+ echo -n "$i:"
TOYFILE="$(egrep -l "TOY[(]($i)[ ,]" toys/*/*.c)"
if [ -z "$TOYFILE" ]