Comments on: Ubuntu 7.04 (Feisty Fawn) shell problems https://mikebroberts.com/2007/04/23/ubuntu-704-feisty-fawn-shell-problems/ Tue, 24 Apr 2007 14:46:15 +0000 hourly 1 http://wordpress.com/ By: Mike https://mikebroberts.com/2007/04/23/ubuntu-704-feisty-fawn-shell-problems/#comment-83 Tue, 24 Apr 2007 14:46:15 +0000 http://www.mikebroberts.com/blogtastic/archives/164#comment-83 I agree, so the most-correct but unwritten third option would be to correct the scripts to only use /bin/sh features.

]]>
By: Nat https://mikebroberts.com/2007/04/23/ubuntu-704-feisty-fawn-shell-problems/#comment-82 Tue, 24 Apr 2007 07:19:14 +0000 http://www.mikebroberts.com/blogtastic/archives/164#comment-82 You shouldn’t use bash features in a script that runs /bin/sh. A “#!/bin/sh” line at the start of the script is a guarantee of posix compliance and portability. If you want to use bash, put /bin/bash in the hash-bang line.

]]>