On Tue, 2004-09-21 at 13:44 +0200, jerzy szczudłowski wrote:
>  Transition bash ->
> ksh works for me too. But again, su from [EMAIL PROTECTED] to [EMAIL PROTECTED] 
> don't.

You mean, as in:

$ cat Makefile
dupa:
        echo "$(PWD)"
$ head -n1 /etc/passwd
root:x:0:0:root:/root:/bin/ksh
$ su root
Password:
# make
echo "/tmp"
/tmp
# rpm -q pdksh make bash
pdksh-5.2.14-41
make-3.80-5
bash-2.05b-15

Yep, works as expected.

> > (which shouldn't matter anyway).
> 
> But when it does, where should I look to change it?

strace -f make

-- 
+----------------------------------------------------------------------+
| Paweł Sakowski <[EMAIL PROTECTED]>            Never trust a man  |
|                            who can count up to 1023 on his fingers.  |
+----------------------------------------------------------------------+



_______________________________________________
pld-devel-en mailing list
[EMAIL PROTECTED]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to