From: mh AT mike DOT franken DOT de (Michael Hirmke) Subject: Re: type command 2 May 1998 02:06:36 -0700 Message-ID: <6t2etIcKpfB.cygnus.gnu-win32@mike.franken.de> References: <19980429183334 DOT 13724 DOT qmail AT hotmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi Ashish, >Hi everybody, > >I'm trying to call type command from my makefile. But it gives the error >that : "type not found", > whereas the same command runs on the bash prompt. >Can anyone tell me the way it is happening is supposed to be like this, >or is it a bug? Is there any other alternative. From your makefile supposedly not bash, but ash is called as your shell. ash doesn't have the "type" command. Just copy bash.exe to /bin/sh. > >I'm working under NT v4, Cygnus-win32-b19. > >TIA, >Ashish Bye. Michael. -- Michael Hirmke | Telefon +49 (911) 557999 Georg-Strobel-Strasse 81 | FAX +49 (911) 557664 90489 Nuernberg | E-Mail mailto:mh AT mike DOT franken DOT de | WWW http://minimike.franken.de/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".