[Xquartz-dev] 2.3.2_rc4

Martin Costabel costabel at wanadoo.fr
Fri Dec 26 15:54:45 PST 2008


Jeremy Huddleston wrote:
[]
> How would this affect non-bash users:
> 
> --- X11.sh.orig    2008-12-26 15:22:19.000000000 -0800
> +++ X11.sh    2008-12-26 15:22:37.000000000 -0800
> @@ -7,7 +7,7 @@
>  fi
> 
>  case $(basename "${SHELL}") in
> -    bash)          exec    "${SHELL}" --login -c 'exec "${@}"' - "${@}" ;;
> +    bash)          exec -l "${SHELL}" --login -c 'exec "${@}"' - "${@}" ;;
>      ksh|sh|zsh)    exec -l "${SHELL}" -c 'exec "${@}"' - "${@}" ;;
>      csh|tcsh)      exec -l "${SHELL}" -c 'exec $argv:q' "${@}" ;;
>      es|rc)         exec -l "${SHELL}" -l -c 'exec $*' "${@}" ;;

This would make no difference for non-bash users, of course, but for 
bash users neither. Strictly identical behavior.

-- 
Martin




More information about the Xquartz-dev mailing list