Parcourir la source

Make sure TF_HEADER ends with newline

TFKit will not see it otherwise.
Alois Mahdal il y a 6 ans
Parent
révision
418fec681f
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1
    2
      tests/TF_HEADER

+ 1
- 2
tests/TF_HEADER Voir le fichier

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