diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
commit | ba2dcccd799963ac74ee92300df494947820608b (patch) | |
tree | e27140083f1f4faebe86cde97a3dabbff5ac7f9e /shell/hush_test | |
parent | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff) |
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rwxr-xr-x | shell/hush_test/hush-misc/break1.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/break1.tests b/shell/hush_test/hush-misc/break1.tests index 912f149c1..3a6b060d9 100755 --- a/shell/hush_test/hush-misc/break1.tests +++ b/shell/hush_test/hush-misc/break1.tests @@ -1,3 +1,2 @@ while true; do echo A; break; echo B; done echo OK:$? - |