[devel] Steam и Bash4

Nazarov Denis nenderus на altlinux.org
Пт Сен 1 02:24:08 MSK 2017


В письме от пятница, 1 сентября 2017 г. 2:01:27 MSK пользователь Alexey 
Tourbin написал:

> Можно пропатчить /bin/bash.
> 
> --- bash-3.2.57/shell.c-	2017-09-01 01:11:07 +0300
> +++ bash-3.2.57/shell.c	2017-09-01 01:28:39 +0300
> @@ -448,6 +448,13 @@ main (argc, argv, env)
>    this_command_name = shell_name;	/* for error reporting */
>    arg_index = parse_shell_options (argv, arg_index, argc);
> 
> +  if (arg_index < argc && !want_pending_command /* not -c */ &&
> +      strstr(argv[arg_index], "/Steam/steam.sh"))
> +    {
> +      execv("/bin/bash4", argv);
> +      fprintf(stderr, "execv /bin/bash4 failed: %m");
> +    }
> +
>    /* If user supplied the "--login" (or -l) flag, then set and invert
>       LOGIN_SHELL. */
>    if (make_login_shell)
> 
> Хорошо работает!
> 
> $ pwd
> .../BUILD/bash-3.2.57/build-bash
> $ cat ./Steam/steam.sh
> echo $BASH_VERSION
> $ ./bash -c 'echo $BASH_VERSION ./Steam/steam.sh'
> 3.2.57(10)-release ./Steam/steam.sh
> $ ./bash './Steam/steam.sh'
> 4.2.50(1)-release
Тогда у bash3 будет зависимость на bash4 же... Какой-то изврат получается...


Подробная информация о списке рассылки Devel