# HG changeset patch # User Rob Landley # Date 1212281468 18000 # Node ID e1c34ff45cd39b1ae504d9b0b68db60ab9df44e3 # Parent 595332f94fea1817634aa60c034067a02ef9a107 Add a sed invocation to build the old FWL under current (broken) Ubuntu. diff -r 595332f94fea -r e1c34ff45cd3 www/downloads/README --- a/www/downloads/README Sat May 31 19:09:43 2008 -0500 +++ b/www/downloads/README Sat May 31 19:51:08 2008 -0500 @@ -9,6 +9,9 @@ under new Ubuntu versions, you'll have to change the "#!/bin/sh" lines at the start of each FWL script to say "#!/bin/bash" instead. + Here's one way to do that: + sed -i 's@^#!/bin/sh$@#!/bin/bash@' *.sh + Other Linux distributions do not exhibit this bug. (Even MacOS X has /bin/sh point to bash, despite using a different login shell by default.)