From: Jens Berger Newsgroups: comp.os.msdos.djgpp Subject: how to make bash.exe standalone Date: Mon, 05 Jul 1999 13:17:27 +0200 Organization: Freie Universitaet Berlin Lines: 24 Message-ID: <37809447.B143B3AA@gmx.net> NNTP-Posting-Host: jberger.dialup.fu-berlin.de (130.133.240.235) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Access: 16 17 18 X-Trace: fu-berlin.de 931173699 21502 (none) 130.133.240.235 X-Mailer: Mozilla 4.51 [de]C-CCK-MCD QXW03200 (Win98; I) X-Accept-Language: de,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi everybody, I'm new on this group, and I have not found a answer to that question. I want to run a shell script (chbar.sh for inserting changebar environments on .tex files) on Windows/DOS, which calls several UNIX-Tools contained in DJGPP (excepted ED). It works fine for me with the complete DJGPP system. Now I want to install it on the machines of some friends, but without installing the complete DJGPP system. When I copy the related .exe files to a separate directory and do not set DJGPP=C:\DJGPP\DJGPP.ENV and remove DJGPP from the path I got the error message: chbar.sh: Can't make pipes for command substitution! chbar.sh: cannot duplicate fd 11 to fd 0: Bad file descriptor (EBADF) What I have to do to run SED, RM, DIFF, ED, GAWK, GREP, MV, CAT, MKDIR indepently from DJGPP ? Thanks in advance for any comment Jens