diff options
Diffstat (limited to 'scripts/single.sh')
-rwxr-xr-x | scripts/single.sh | 1 |
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" ] |