#!/command/execlineb -S0
        foreground { echo xxx }
        echo yyy

        foreground: fatal: unterminated block

Doesn't happen with execline-1.1.5 (the former installed version)

 Hi Jorge,
 Chances are the execlineb and foreground binaries you're calling actually
aren't from the same package. Make sure execlineb and foreground are both
the ones in execline-1.2.4.

 The internal block representation changed with execline-1.2.0 : tildas
and semicolons were replaced by spaces and the empty word. If execlineb is
converting your script to a representation that foreground (or any command)
does not understand, things will break.

--
 Laurent

Reply via email to