Christopher Faylor wrote:
On Mon, Jan 19, 2004 at 01:48:52PM -0800, David Rothenberger wrote:
I think the problem is bash, not regtool. The following script also
displays the problem:
---begin script---
#!/bin/sh
ls
---end script---
Does the latest snapshot fix this problem?
Yes. Thank you!
Christopher Faylor wrote:
On Mon, Jan 19, 2004 at 01:48:52PM -0800, David Rothenberger wrote:
I think the problem is bash, not regtool. The following script also
displays the problem:
---begin script---
#!/bin/sh
ls
---end script---
Does the latest snapshot fix this problem?
Yes, yes it does.
On Mon, Jan 19, 2004 at 01:48:52PM -0800, David Rothenberger wrote:
>I think the problem is bash, not regtool. The following script also
>displays the problem:
>
>---begin script---
>#!/bin/sh
>ls
>---end script---
Does the latest snapshot fix this problem?
cgf
--
Unsubscribe info: http:/
I think the problem is bash, not regtool. The following script also
displays the problem:
---begin script---
#!/bin/sh
ls
---end script---
Running the script through /bin/sh makes the problem go away. (I.e.,
execute "sh -c scriptname.sh" from the Run menu.)
Dave
Rolf Campbell wrote:
When I r
When I run this script *not* from another cygwin program (Windows Run
menu as "bash -c scriptname.sh", or from W32 GNU Emacs)
---begin script
#!/bin/sh
echo -n Getting location...
regtool get '\'
---end script
I get the expected output:
Getting location...Unknown key prefix. Valid prefixe
5 matches
Mail list logo