[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: should this result in an endless loop ?
From: |
ikhxcsz7y xmbott |
Subject: |
Re: should this result in an endless loop ? |
Date: |
Sat, 27 Nov 2021 20:08:21 +0100 |
maybe the '. file' didnt apply 'noargs given'
On Sat, Nov 27, 2021, 20:06 Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> wrote:
> in the progress to represent another bug report about something, i made
> this nonfunctional code
>
> printf '(( $# )) && . afile' >afile
>
> i run it with . afile a or bash afile a
> then it ends up never ending
> in set -x theres like dozens of '+' deep doing the code
>