Date: Sun, 25 Jan 1998 11:33:00 +0200 (IST) From: Eli Zaretskii To: Jose Luis Perandones Colino cc: djgpp AT delorie DOT com Subject: Re: Bash question In-Reply-To: <3.0.32.19980122003037.0069f150@195.53.80.2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 22 Jan 1998, Jose Luis Perandones Colino wrote: > >> When i run a shell script always get this error: > >> bash: (null): Invalid argument (EINVAL) > > > >Does this happen with every script, or just with some particular one? > >If the latter, please post the the script here. > > > > autoconf for example. > with little scripts (a simple echo) work. Please add "set -x" at the beginning of the script and tell which line causes the "Invalid argument" message to appear. There's no way anybody could tell you what's wrong with Bash in this case without at least seeing the offending part of the script.