/bin/sh^M 에러메시지


/bin/sh^M: bad interpreter: No such file or directory

run vi

then type :set fileformat=unix

in case ^M shown in each lines, then :%s/^M/\r/g (type CTRL+V, CTRL+M)

That's it.

Comments

Popular posts from this blog

[VS2010][VS2015] "stdafx.h 을 포함 소스를 찾을 수 없습니다" 에러 해결법