diff options
author | Rob Landley <rob@landley.net> | 2019-03-09 19:16:48 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-09 19:16:48 -0600 |
commit | d5c1fe2ae383de59bd796c6a593ffea519310228 (patch) | |
tree | 7aa25a51c17af2755688706488fb0482204c5c42 | |
parent | bc5bb07e572ec9601e4e21f6e7cc8db468fead30 (diff) | |
download | toybox-d5c1fe2ae383de59bd796c6a593ffea519310228.tar.gz |
Cosmetic tweak.
-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=. |