Skip to content

Commit

Permalink
Remove carriage return from files originating from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timonsku authored Oct 31, 2021
1 parent 8067fda commit eed2d31
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 eed2d31

Please sign in to comment.