Browse Source

Make sure TF_HEADER ends with newline

TFKit will not see it otherwise.
Alois Mahdal 6 years ago
parent
commit
6a145bf803
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      tests/TF_HEADER

+ 1
- 2
tests/TF_HEADER View File

@@ -1,4 +1,3 @@
1 1
 #!/bin/bash
2 2
 . "$(sfpath)" || exit 3
3
-echo -n "version: "
4
-shellfu version uripecker
3
+echo "version: $(shellfu version uripecker)"