1

在旧的Scratchbox中,可以执行以下操作:

if [ -f /targets/links/scratchbox.config ]; then 
    echo "here goes my sbox-dependent stuff" 
fi

但是Scratchbox2呢,有没有办法找到这个?

4

1 回答 1

0

如何测试环境变量'LD_PRELOAD'

if [[ $LD_PRELOAD =~ "sb2" ]]; then 
    true # is running under sb2
fi
于 2012-12-26T07:44:15.077 回答