[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] sleep builtin signal handling
From: |
Emanuele Torre |
Subject: |
Re: [PATCH] sleep builtin signal handling |
Date: |
Fri, 30 Jun 2023 09:04:11 +0200 |
User-agent: |
Mutt/2.2.10 (2023-03-25) |
On Fri, Jun 30, 2023 at 08:53:16AM +0200, Phi Debian wrote:
> Well
>
> ┌─none:/home/phi
> └─PW$ type sleep
> sleep is hashed (/usr/bin/sleep)
>
> So sleep is not a builtin here.
This patch is for the sleep loadable builtin example distributed with
bash.
You can activate it using
enable -f "$(pkg-config --variable=loadablesdir bash)"/sleep sleep
On most linux distributions, it is installed with bash, on debian you
need to install the bash-builtins package to have it.
o/
emanuele6