Remove horizontal whitespace (a line) before [Command_start_exec] tag. 16/816/2
authormkonstan <maciek@cisco.com>
Tue, 19 Apr 2016 16:17:42 +0000 (17:17 +0100)
committerStefan Kobza <skobza@cisco.com>
Wed, 20 Apr 2016 11:03:47 +0000 (11:03 +0000)
Change-Id: I51e5616cb45b3c67e82153cc4c0f42ec9c5d75d7
Signed-off-by: mackonstan <mkonstan@cisco.com>
resources/libraries/bash/dut_setup.sh

index 7069e5e..a5ca415 100644 (file)
@@ -13,7 +13,6 @@
 # limitations under the License.
 
 function cmd {
-    echo
     echo "[Command_start_exec] '$1'"
     echo -n "[Command_outputs] "
     eval ${@}