diff options
author | Rob Landley <rob@landley.net> | 2012-03-06 20:48:27 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-03-06 20:48:27 -0600 |
commit | 9317c06e2d2081feb37ab36e626707f3a1205576 (patch) | |
tree | 879d781341a4018846fa8b3bed1d722a8fa4010a /scripts | |
parent | 688c74534227e3241a83e41b1f14a3f6b700f475 (diff) | |
download | toybox-9317c06e2d2081feb37ab36e626707f3a1205576.tar.gz |
Comment and whitespace tweaks.
Diffstat (limited to 'scripts')
-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 e0f6d4b3..f5bf0fdb 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -7,7 +7,7 @@ source ./configure echo "Extract configuration information from toys/*.c files..." scripts/genconfig.sh -echo "Generate headers from toys/*.h..." +echo "Generate headers from toys/*.c..." # Create a list of all the applets toybox can provide. Note that the first # entry is out of order on purpose (the toybox multiplexer applet must be the |