test -e src/idpc.h; idpc.c no longer exists

This commit is contained in:
fpeters 2004-08-05 18:01:30 +00:00
parent 3c8183e9a2
commit 23467f9db9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if test "$DIE" -eq 1; then
exit 1
fi
test -f src/idpc.c || {
test -f src/idpc.h || {
echo "You must run this script in the top-level idpc directory"
exit 1
}