exit 1
fi
-if ! [ "$srchost" = "$thisthost" ] && [ -z "$inextralist" ]; then
+if ! [ "$srchost" = "$thishost" ] && [ -z "$inextralist" ]; then
echo >&2 "Component $component is sourced from $srchost, and this host is neither that nor in the extra allowed list."
exit 1
fi
-if [ "$srchost" = "$thisthost" ] && ! [ -d "$srcdir" ]; then
+if [ "$srchost" = "$thishost" ] && ! [ -d "$srcdir" ]; then
echo >&2 "Component source directory $srcdir does not exist or is not a directory, or is not accessible."
exit 1
fi