在旧版Scratchbox中,可以执行以下操作:
if [ -f /targets/links/scratchbox.config ]; then
echo "here goes my sbox-dependent stuff"
fi
但Scratchbox2怎么样,有没有办法找到这个?
答案 0 :(得分:0)
如何测试环境变量' LD_PRELOAD'
if [[ $LD_PRELOAD =~ "sb2" ]]; then
true # is running under sb2
fi