On Fri, 2016-06-17 at 17:25 -0500, [email protected] wrote: > All exist but for linux-vdso.so.1. However, I responded to the > /bin/bash question wrong. I do NOT receive the error with > "/bin/bash." > My mistake.
So, the shell itself is fine, but scripts that run it aren't? Which scripts? Ones you're creating, or scripts that are part of downloaded source packages? I'm wondering if the scripts themselves are using DOS-style CRLF markers instead of Unix-style LF, meaning that a line like: #!/bin/sh Is actually: #!/bin/sh^M I.e. there's a stray CR at the end of the line. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
