Merge pull request #661 from paddatrapper/fix-dos-line-endings

Convert all line endings in the tarball to unix
This commit is contained in:
Robb 2018-12-23 18:00:39 -05:00 committed by GitHub
commit 14ba514890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ popd
#echo "Done"
pushd /tmp/
find libretime-${suffix} -type f -exec dos2unix {} \;
echo -n "Creating tarball..."
tar -czf $target_file \
--owner=root --group=root \