changeset 174:d373ff1ed679

Dash is broken and the busybox build breaks if it tries to use it, so explicitly say /bin/bash. (Apparently, nothing should ever use /bin/sh. Login shells shouldn't use it, scripts shouldn't use it...)
author Rob Landley <rob@landley.net>
date Sun, 24 Jun 2007 17:27:13 -0400
parents 8b4c243a212e
children 6fd189c18c1c
files sources/patches/busybox-dashisbroken.patch
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/busybox-dashisbroken.patch	Sun Jun 24 17:27:13 2007 -0400
@@ -0,0 +1,8 @@
+--- busybox-1.2.2/scripts/config/mkconfigs	2006-06-30 18:42:01.000000000 -0400
++++ busybox-new/scripts/config/mkconfigs	2007-06-24 16:38:22.000000000 -0400
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Copyright (C) 2002 Khalid Aziz <khalid_aziz at hp.com>
+ # Copyright (C) 2002 Randy Dunlap <rddunlap at osdl.org>