We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8067fda + eed2d31 commit c696211Copy full SHA for c696211
src/config
@@ -1,7 +1,7 @@
1
if [ -f ${DIST_PATH}/config.local ]
2
then
3
echo "Sourcing distro config.local..."
4
- source ${DIST_PATH}/config.local
+ source <(tr -d '\r' < ${DIST_PATH}/config.local)
5
fi
6
7
###############################################################################
0 commit comments