Mail Archives: cygwin/1999/01/10/21:10:02
From: | gwatts AT fnal DOT gov (Gordon Watts Brown University)
|
Subject: | More on relative pathname
|
10 Jan 1999 21:10:02 -0800
: | |
Message-ID: | <009a01be3d0f$29abeed0$363f9480.cygnus.gnu-win32@gtw_nt.fnal.gov>
|
Mime-Version: | 1.0
|
To: | gnu-win cygnus mailing list <gnu-win32 AT cygnus DOT com>
|
Hi,
I'm still having the problem. I downloaded b20.1 and installed it on a
clean machine (hadn't seen versions of b19 or b20 or any other b before). I
still observe the error. I've included a small shell script below which
demonstrates the difficulty I'm having. Perhaps I'm making a bone-headed
unix mistake?
Cheers,
Gordon.
==============
#!/bin/sh
mkdir junk123
cat > junk123/stuff.sh <<EOF
#/bin/sh
echo hi
EOF
chmod a+x junk123/stuff.sh
PATH=./junk123:${PATH}
export PATH
echo Will now try to run the thing
# I get an error on this line
stuff.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".
- Raw text -