[pkg-fso-commits] [SCM] Various non-packaged files branch, master,	updated. f498457af928c2d44e6487e0e8065cb8330f457f
    Steffen Möller 
    moeller at Toshiba.siemens
       
    Thu Jan 21 00:59:08 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit f498457af928c2d44e6487e0e8065cb8330f457f
Author: Steffen Möller <moeller at Toshiba.siemens>
Date:   Thu Jan 21 01:56:38 2010 +0100
    Changing to bash because of intrinsic bashism
    
    Gilles (pini at d.o) just reported the following
    [pkg-fso-maint] install.sh - please change the shebang to	#!/bin/bash
    "read -t" is a bashism which triggers an error when /bin/sh is a link to
    dash, as in qtmoko v16.
diff --git a/install.sh b/install.sh
index e4cd028..aee9a08 100755
--- a/install.sh
+++ b/install.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Auto-Installer for Debian on the Openmoko Neo phones (GTA01 and GTA02)
 #
-- 
Various non-packaged files
    
    
More information about the pkg-fso-commits
mailing list