Bläddra i källkod

Make sure TF_HEADER ends with newline

TFKit will not see it otherwise.
Alois Mahdal 6 år sedan
förälder
incheckning
418fec681f
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      tests/TF_HEADER

+ 1
- 2
tests/TF_HEADER Visa fil

@@ -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)"