Commit bfa7e79f authored by Yu Watanabe's avatar Yu Watanabe Committed by Morris Jette
Browse files

qalter and qrerun have wrong end-of-line encoding

qalter and qrerun have wrong end-of-line encoding: \r\n rather than \n.

To fix it, please run
sed -e 's/\r$//' -i contribs/torque/qalter.pl
sed -e 's/\r$//' -i contribs/torque/qrerun.pl

Note that these two files have different permission (644) compare to other .pl files (755).
bug 2409
parent 76350de6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment