From: dwarren AT ghg DOT net (Douglas R. Warren) Subject: FW: Why won't #!/bin/sh scripts run on their own? 13 Apr 1997 13:45:38 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC4813.287906D0.cygnus.gnu-win32@max3-13.ghg.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit Original-To: "gnu-win32 AT cygnus DOT com" Original-Cc: "'John A. Lewis'" X-MIME-Autoconverted: from quoted-printable to 8bit by cygnus.com id MAA04682 Original-Sender: owner-gnu-win32 AT cygnus DOT com -----Original Message----- From: John A. Lewis [SMTP:john DOT lewis AT syspac DOT com] Sent: Sunday, April 13, 1997 1:53 AM To: gnu-win32 AT cygnus DOT com Subject: Why won't #!/bin/sh scripts run on their own? John: How about an ls on /bin? Is there an 'sh' there? The script you wrote tells bash to run it with /bin/sh. I vaguely remember something about having to link /sh in another place, so I'd check your /bin directory. It's not the path, since bash correctly reports trying to run ./test. Just says it can't find /bin/sh. - 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".