1 --- ./src/conf.sh.orig 2003-09-16 18:23:19.000000000 +0200
2 +++ ./src/conf.sh 2003-09-16 18:24:21.000000000 +0200
4 ech='echo -n' dots='... '
7 -$ech >&3 "$0: testing permissions $dots"
11 -{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
12 - echo >&3 "$n$0: This command should not be run with superuser permissions."
18 $ech >&3 "$0: testing compiler for plausibility $dots"
19 echo 'main() { return 0; }' >a.c
20 rm -f a.exe a.out || exit