aboutsummaryrefslogtreecommitdiff
path: root/scripts/single.sh
diff options
context:
space:
mode:
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" ]