diff options
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-x | scripts/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index 82a23c9c..58456f6f 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -264,7 +264,7 @@ fi [ ! -z "$NOBUILD" ] && exit 0 -echo -n "Compile toybox" +echo -n "Compile $OUTNAME" [ ! -z "$V" ] && echo DOTPROG=. |