Re: some.. bug .. ?

2021-12-02 Thread Alex fxmbsw7 Ratchev
well no idea printf 'e=. ; (( $# > 1 )) && $e afile "${@:1:$# -1}"' >afile ; set -x ; . afile 1 2 3 4 ; set +x + . afile 1 2 3 4 ++ e=. ++ (( 4 > 1 )) ++ '' afile 1 2 3 bash: : command not found + set +x just as in my bashrc'd bashlink stuff, when its loaded it

Re: some.. bug .. ?

2021-12-02 Thread Greg Wooledge
On Thu, Dec 02, 2021 at 05:44:14PM +0100, Alex fxmbsw7 Ratchev wrote: > well no idea > > printf 'e=. ; (( $# > 1 )) && $e afile "${@:1:$# -1}"' >afile ; set -x ; . > afile 1 2 3 4 ; set +x > + . afile 1 2 3 4 > ++ e=. > ++ (( 4 > 1 )) > ++ '' afile 1 2 3 >bash: : command not

Re: some.. bug .. ?

2021-12-02 Thread Alex fxmbsw7 Ratchev
yea suxx ill recode the bashlink somewhen and see then On Thu, Dec 2, 2021, 17:56 Greg Wooledge wrote: > On Thu, Dec 02, 2021 at 05:44:14PM +0100, Alex fxmbsw7 Ratchev wrote: > > well no idea > > > > printf 'e=. ; (( $# > 1 )) && $e afile "${@:1:$# -1}"' >afile ; set -x ; > . > > afile 1 2 3 4