Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trapped in bash
- X-seq: zsh-users 22224
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: trapped in bash
- Date: Fri, 16 Dec 2016 15:05:56 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=T89jnydRrUzHjhikiyOdUzHUBnyNCcYr0vGG/YUVjkM=; b=IcWeb97FfsUCaEaaR1zaqTO12BbCD7PtglqaU9M+HiKSGKBJjEw5yq+PKQILDNqt6H MMHa19ZzOB1irrQUOOoTZGre/TLRKARvqDXnhbNPHbRg28VYlm7fM5kFwZgrkGrXBNGk yYM60BGri5E0ZFinTN0yYb9CwgKP4OhFu8p6McldikUf1tp49w8/FDblXTxpkAVKsH0J t7QfDbWsulHJIlJBevMkZa+zO5gWmgSWM+vBa345VpCueAAwGYG2qgqUfKG8TeZ/9VE0 sZVptC9CDzQMdRwTXmxaExA75BdJCuuqKTiq/KAi5QaGXUTlwbL4zF8NazgTeXjBHOU1 Uvpg==
- In-reply-to: <58546D36.5050908@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> <58546D36.5050908@eastlink.ca>
On Dec 16, 2:39pm, Ray Andrews wrote:
}
} I've no reason not to rebuild I just wondered about
} the 'not found' thing, it seems like an unhelpful message.
Agreed, it's very unhelpful/baffling, because what's not found is
not the binary itself, but one of the libraries needed to load it.
Sadly, the calling shell can't tell the difference, because all it
gets back is a numeric error code from the execve() system call.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author