Retourner au contenu associé (journal : Shebang #!/usr/bin/env sh : testé et approuvé)
Posté par YBoy360 (site web personnel) le 03 mai 2019 à 14:22. En réponse au journal Shebang #!/usr/bin/env sh : testé et approuvé. Évalué à 2.
Hmmm, merci pour le conseil, c'est récent, car :
$ cat test.sh #!/usr/bin/env -S bash --posix echo toto $ ./test.sh /usr/bin/env: invalid option -- 'S' Try '/usr/bin/env --help' for more information. $ uname -a Linux nuc-stats 3.14.43-desktop-1.mga4 #1 SMP Thu May 21 21:25:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
mais sur ma machine, mga7, ça passe.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: posix
Posté par YBoy360 (site web personnel) . En réponse au journal Shebang #!/usr/bin/env sh : testé et approuvé. Évalué à 2.
Hmmm, merci pour le conseil, c'est récent, car :
mais sur ma machine, mga7, ça passe.