1#!/bin/sh
2. ./defs || exit 1
3
4if run_fakeroot -- false
5then
6 false
7else
8 true
9fi
10