diff options
author | Rob Landley <rob@landley.net> | 2015-08-05 21:23:50 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-08-05 21:23:50 -0500 |
commit | 5f225ca241cd927ebf148d714ab7e1f69461522c (patch) | |
tree | f8798bb17a77a2999fa3152e91be5ea8e00c4510 /scripts | |
parent | 31ff1f23dedbfe6e2dccf9d3c7c294a1cd761266 (diff) | |
download | toybox-5f225ca241cd927ebf148d714ab7e1f69461522c.tar.gz |
Cosmetic tweak: newline at the end of "make change".
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/change.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/change.sh b/scripts/change.sh index dcd581ee..99dcfde9 100755 --- a/scripts/change.sh +++ b/scripts/change.sh @@ -18,3 +18,4 @@ do scripts/single.sh $i > /dev/null 2>$PREFIX/${i}.bad && rm $PREFIX/${i}.bad || echo -n '*' done +echo |