Skip to content

Commit

Permalink
Merge pull request #7 from timonsku/patch-1
Browse files Browse the repository at this point in the history
Remove carriage return from files originating from windows
  • Loading branch information
foosel authored Nov 1, 2021
2 parents 8067fda + eed2d31 commit c696211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if [ -f ${DIST_PATH}/config.local ]
then
echo "Sourcing distro config.local..."
source ${DIST_PATH}/config.local
source <(tr -d '\r' < ${DIST_PATH}/config.local)
fi

###############################################################################
Expand Down

0 comments on commit c696211

Please sign in to comment.