<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Ubuntu 7.04 (Feisty Fawn) shell problems</title>
	<atom:link href="http://www.mikebroberts.com/blogtastic/archives/164/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikebroberts.com/blogtastic/archives/164</link>
	<description>Mike Roberts on life and technology</description>
	<pubDate>Tue, 06 Jan 2009 09:20:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.mikebroberts.com/blogtastic/archives/164#comment-1212</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 24 Apr 2007 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebroberts.com/blogtastic/archives/164#comment-1212</guid>
		<description>I agree, so the most-correct but unwritten third option would be to correct the scripts to only use /bin/sh features.</description>
		<content:encoded><![CDATA[<p>I agree, so the most-correct but unwritten third option would be to correct the scripts to only use /bin/sh features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://www.mikebroberts.com/blogtastic/archives/164#comment-1211</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Tue, 24 Apr 2007 07:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebroberts.com/blogtastic/archives/164#comment-1211</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t use bash features in a script that runs /bin/sh.  A &#8220;#!/bin/sh&#8221; 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.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
