From: BlaisorBlade <blaisorblade_spam@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: "Dominik Jürgens" <dcdom@gmx.de>, "Matt Zimmerman" <mdz@debian.org>
Subject: Re: [uml-devel] Problems compiling any 2.6.x UML
Date: Sat, 4 Sep 2004 17:37:29 +0200 [thread overview]
Message-ID: <200409041737.29495.blaisorblade_spam@yahoo.it> (raw)
In-Reply-To: <1094299889.7716.36.camel@localhost>
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
Alle 14:11, sabato 4 settembre 2004, Dominik Jürgens ha scritto:
> Thank you very very much, that really fixed the problem!
>
> But why does anyone use the /bin/sh in any script, when he wants to use
> the bash? That is in my opinion a very bad fault!!
>
> My /bin/sh was linked to the /bin/dash, not because I linked it, but
> anything else! It does not seem to be very failure tolerant to suppose
> that /bin/sh is the bash...
1) Someone else got a similar problem, because he used a Debian, too, and he
had /bin/sh -> /bin/dash. Why and when does Debian do this?
2) Well, I'm attaching the patch to fix this.
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
[-- Attachment #2: uml-force-bash.patch --]
[-- Type: text/x-diff, Size: 546 bytes --]
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
---
uml-linux-2.6.8.1-paolo/arch/um/Makefile | 2 ++
1 files changed, 2 insertions(+)
diff -puN arch/um/Makefile~uml-force-bash arch/um/Makefile
--- uml-linux-2.6.8.1/arch/um/Makefile~uml-force-bash 2004-09-04 17:35:39.200314560 +0200
+++ uml-linux-2.6.8.1-paolo/arch/um/Makefile 2004-09-04 17:36:46.871027048 +0200
@@ -5,6 +5,8 @@
ARCH_DIR = arch/um
OS := $(shell uname -s)
+#We require it or things break.
+SHELL := /bin/bash
filechk_gen_header = $<
_
next prev parent reply other threads:[~2004-09-04 16:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-02 15:28 [uml-devel] Problems compiling any 2.6.x UML Dominik Jürgens
2004-09-02 16:02 ` Ralph Paßgang
2004-09-03 18:02 ` p g
2004-09-04 12:11 ` Dominik Jürgens
2004-09-04 14:29 ` Henrik Nordstrom
2004-09-04 14:52 ` Dominik Jürgens
2004-09-04 15:37 ` BlaisorBlade [this message]
2004-09-04 18:32 ` Matt Zimmerman
2004-09-05 20:58 ` Paul Wagland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200409041737.29495.blaisorblade_spam@yahoo.it \
--to=blaisorblade_spam@yahoo.it \
--cc=dcdom@gmx.de \
--cc=mdz@debian.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox