<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Bash Tip: Tracing Execution</title>
	<link>http://www.alittlemadness.com/2006/06/02/bash-tip-tracing-execution/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<pubDate>Thu, 20 Nov 2008 22:52:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Dioktos</title>
		<link>http://www.alittlemadness.com/2006/06/02/bash-tip-tracing-execution/#comment-52599</link>
		<author>Dioktos</author>
		<pubDate>Wed, 23 Jan 2008 10:28:51 +0000</pubDate>
		<guid>http://www.alittlemadness.com/2006/06/02/bash-tip-tracing-execution/#comment-52599</guid>
		<description>Ever tried using 'set -o xtrace' and 'set -o errexit' with let?

set -o xtrace
set -o errexit
let i=0
echo $i

The last line will never be executed...</description>
		<content:encoded><![CDATA[<p>Ever tried using &#8217;set -o xtrace&#8217; and &#8217;set -o errexit&#8217; with let?</p>
<p>set -o xtrace<br />
set -o errexit<br />
let i=0<br />
echo $i</p>
<p>The last line will never be executed&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
