Merge pull request #661 from paddatrapper/fix-dos-line-endings
Convert all line endings in the tarball to unix
This commit is contained in:
commit
14ba514890
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue