Closed axiqia closed 5 years ago
Thanks for the fix. Why is the change set so big?
Well, actually I only add one line and replace the tmp directory. Probably because I downloaded the file to my local PC to edit and then overwrite the file.
@rabbah I cloned a new repertoty and use git diff --ignore-space-at-eol
to see the difference. There is a ^M
at the end of each line.
So, it is because the file was edited in Windows it used CR line endings, and in Ubuntu it uses LF line endings.
I'm sorry to trouble you, May I need to open a new PR?
The
tmp
directory inMakefile
was hard-coded as~
before, may the user need to change thetmp
directory to somewhere else for some reason, for me,~
is not writable for my root account, so I make thetmp
directory as a modifiable parameter now.Relate issue: https://github.com/apache/incubator-openwhisk-devtools/issues/179