# HG changeset patch
# User Jeff Hammel <jhammel@mozilla.com>
# Date 1368573694 25200
# Node ID 1a177f9b51d48ac238e2ae62502f0505502596bd
# Parent  2a1eeec1b4ea5748e491aa6289099e3854249477
follow the damn redirects

diff -r 2a1eeec1b4ea -r 1a177f9b51d4 .bash_overrides
--- a/.bash_overrides	Tue May 14 13:25:45 2013 -0700
+++ b/.bash_overrides	Tue May 14 16:21:34 2013 -0700
@@ -99,7 +99,7 @@
 
     if expr "$1" : 'http[s]\?://.*' &> /dev/null
     then
-        curl "$1" 2> /dev/null | command lsdiff
+        curl --location "$1" 2> /dev/null | command lsdiff
     else
         lsdiff "$1"
     fi