瀏覽代碼

Make sure TF_HEADER ends with newline

TFKit will not see it otherwise.
Alois Mahdal 6 年之前
父節點
當前提交
418fec681f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      tests/TF_HEADER

+ 1
- 2
tests/TF_HEADER 查看文件

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