changeset 341:e1c34ff45cd3

Add a sed invocation to build the old FWL under current (broken) Ubuntu.
author Rob Landley <rob@landley.net>
date Sat, 31 May 2008 19:51:08 -0500
parents 595332f94fea
children 66d43620e29f
files www/downloads/README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.)