Debian Bug Tracking System wrote .. > Your message dated Thu, 4 Aug 2005 00:36:18 +0200 > with message-id <[EMAIL PROTECTED]> > and subject line Bug#321166: Strange error (bash: ELF: command not found) > while trying "source file" > has caused the attached Bug report to be marked as done. > source is not a bash builtin, what does 'type -a source' say? > Use '.' instead of 'source'.
Really? $ type -a source source is a shell builtin $ echo $SHELL /bin/bash

