<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: DASH on Ubuntu</title>
	<atom:link href="http://pthree.org/2008/06/27/dash-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2008/06/27/dash-on-ubuntu/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<pubDate>Wed, 03 Dec 2008 23:31:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1-10015</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/06/27/dash-on-ubuntu/#comment-103794</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=614#comment-103794</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: No One in Particular</title>
		<link>http://pthree.org/2008/06/27/dash-on-ubuntu/#comment-103684</link>
		<dc:creator>No One in Particular</dc:creator>
		<pubDate>Fri, 27 Jun 2008 23:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=614#comment-103684</guid>
		<description>Bash isn't an apt-get away, it's installed by default! (in ubuntu-minimal)
The issue is /bin/sh is linked to dash.  (Dash is used for scripts, bash is the shell by default)
Your friends with the scripting problem need only redirect their shebang to /bin/bash, and all their problems will be solved.

If they ask for /bin/sh, they can't expect it to be bash, since... they're asking for anything that does scripts (including zsh, tsh, whatever).  Not bash scripts.

Effectively, their shebangs are lying about what language the script is.</description>
		<content:encoded><![CDATA[<p>Bash isn&#8217;t an apt-get away, it&#8217;s installed by default! (in ubuntu-minimal)<br />
The issue is /bin/sh is linked to dash.  (Dash is used for scripts, bash is the shell by default)<br />
Your friends with the scripting problem need only redirect their shebang to /bin/bash, and all their problems will be solved.</p>
<p>If they ask for /bin/sh, they can&#8217;t expect it to be bash, since&#8230; they&#8217;re asking for anything that does scripts (including zsh, tsh, whatever).  Not bash scripts.</p>
<p>Effectively, their shebangs are lying about what language the script is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jldugger</title>
		<link>http://pthree.org/2008/06/27/dash-on-ubuntu/#comment-103683</link>
		<dc:creator>jldugger</dc:creator>
		<pubDate>Fri, 27 Jun 2008 23:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=614#comment-103683</guid>
		<description>Isn't bash installed by default? Users should still have bash as their default shell, and like you mention, just changing /bin/sh to /bin/bash will work if you're not willing to remove bashisms.</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t bash installed by default? Users should still have bash as their default shell, and like you mention, just changing /bin/sh to /bin/bash will work if you&#8217;re not willing to remove bashisms.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
