(my 'host' is debian, whereas the chroot is slack)
The problem is, echo $MACHTYPE works fine in bash, but it's not set in perl's %ENV (but %ENV itself is populated). Is there a way around this? Another path i can follow?
using $a = `echo $MACHTYPE` didn't help either.