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.
1 parent 2f4847c commit fe322edCopy full SHA for fe322ed
dist/inline_source
@@ -156,7 +156,7 @@ inline_source() {
156
sTrimmedLine="$(echo "${REPLY}" | xargs)"
157
158
if [[ ${sTrimmedLine:0:7} == 'source ' && ${REPLY} != *\$* ]]; then
159
- replace_line_with_file_content "${REPLY}"
+ replace_line_with_file_content "${sTrimmedLine}"
160
else
161
echo "${REPLY}"
162
fi
inline_source.sh
@@ -28,7 +28,7 @@ source 'src/function.replace_line_with_file_content.sh'
28
29
30
if [[ "${sTrimmedLine:0:7}" = 'source ' && ${REPLY} != *\$* ]]; then
31
32
33
34
0 commit comments