Add explicit call to 'sh'. This appears to keep the x2p/Makefile.SH
extraction from clobbering the main Makefile on Linux.
*) copt="$copt -d";;
esac
-set X ./Configure $copt $create $opts
+set X sh Configure $copt $create $opts
shift
echo "$@"
exec "$@"