[patch] Use /bin/bash instead of /bin/sh for bashisms

Jan-Benedict Glaw jbglaw at lug-owl.de
Sun Jan 1 19:47:07 UTC 2006


Hi!

$(command) for output substitution is a bash thing and will probably
not be accepted by a minimalistic /bin/sh .

MfG, JBG

--- uclibc-upstream-HEAD/extra/scripts/create_makefiles.sh~	2006-01-01 16:09:21.656641000 +0100
+++ uclibc-upstream-HEAD/extra/scripts/create_makefiles.sh	2006-01-01 16:09:31.336602000 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.org>
 #

-- 
Jan-Benedict Glaw       jbglaw at lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 für einen Freien Staat voll Freier Bürger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20060101/f350d1f4/attachment-0002.pgp 


More information about the uClibc mailing list