diff options
Diffstat (limited to 'shell/hush_test/hush-vars/empty.tests')
-rwxr-xr-x | shell/hush_test/hush-vars/empty.tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush_test/hush-vars/empty.tests b/shell/hush_test/hush-vars/empty.tests index 72ac2c743..a9c247e31 100755 --- a/shell/hush_test/hush-vars/empty.tests +++ b/shell/hush_test/hush-vars/empty.tests @@ -1,5 +1,3 @@ -#!/bin/sh - e= echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F |