0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

bash: (シェルスクリプト): /bin/sh^M: bad interpreter: No such file or directoryの原因

Posted at

#発生した問題
VSCodeで書いたシェルスクリプトを、CentOSで実行した際に
bash: (シェルスクリプト): /bin/sh^M: bad interpreter: No such file or directoryが発生し
シェルスクリプトが実行できなかった。
#原因
改行コードがCRLFになっていた。

とてもシンプルな原因だった。
気をつけましょう・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?