delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/03/27/20:16:52

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <62148.24.126.73.164.1080436603.squirrel@webmail4.pair.com>
Date: Sat, 27 Mar 2004 20:16:43 -0500 (EST)
Subject: Fun with #! (aka shebang) and filenames ending in .exe
From: dank AT kegel DOT com
To: cygwin AT cygwin DOT com
User-Agent: SquirrelMail/1.4.2
MIME-Version: 1.0

Try this:
cat > foo.sh <<EOF
#!/bin/sh
echo Howdy
EOF
chmod +x foo.sh
./foo.sh
mv foo.sh foo.exe
./foo.exe

The first foo.sh works fine.  The second... well, it's entertaining.
I have to kill the window, ^C is ignored.

Now, I know one shouldn't do nasty tricks like that, but
I ran into it very innocently.  I was trying to make a distcc
masquerade directory on cygwin; my technique has been to
create shell scripts with the same name as the real app
that set a few variables and run a different app with the
original commandline as arguments.  On cygwin, the original
app was named something.exe, so using my usual technique, I
created a shell script named something.exe, and kerblooie!

Anyway, it'll probably work just fine to name my shell script
without the suffix, but I just wanted to send a postcard
from filename hack hell :-)

- Dan


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019