t/* should be eol=lf so bash can run

pull/83/head
Joshua Shaffer 2020-05-20 10:43:15 -04:00 committed by Adrian Perez
parent 94bb8164b2
commit 7444208a36
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
/.gitignore export-ignore
/.travis.yml export-ignore
/make-dist export-ignore
t/* text eol=lf

2
t/run
View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
set -e
if [[ $# -lt 1 || $# -gt 2 ]] ; then