Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303912 Details for
Bug 430665
zsh should emulate sh when sourcing /etc/profile.d scripts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ZSH startup without bug
works.txt (text/plain), 13.32 KB, created by
Martin Ebourne
on 2008-04-27 10:32:00 UTC
(
hide
)
Description:
ZSH startup without bug
Filename:
MIME Type:
Creator:
Martin Ebourne
Created:
2008-04-27 10:32:00 UTC
Size:
13.32 KB
patch
obsolete
>+/etc/zshrc:11> PROMPT='[%n@%m]%~%# ' >+/etc/zshrc:16> bindkey ' ' magic-space >+/etc/zshrc:19> [[ ! -o login ]] >+/etc/zshrc:20> i=/etc/profile.d/ccache.sh >+/etc/zshrc:21> [ -r /etc/profile.d/ccache.sh ']' >+/etc/zshrc:22> . /etc/profile.d/ccache.sh >+/etc/profile.d/ccache.sh:4> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/ccache.sh:4> grep -qw /usr/lib64/ccache >+/etc/profile.d/ccache.sh:12> [ -z '' -a -d /var/cache/ccache -a -w /var/cache/ccache ']' >+/etc/zshrc:20> i=/etc/profile.d/colorls.sh >+/etc/zshrc:21> [ -r /etc/profile.d/colorls.sh ']' >+/etc/zshrc:22> . /etc/profile.d/colorls.sh >+/etc/profile.d/colorls.sh:4> [ -z '' ']' >+/etc/profile.d/colorls.sh:6> alias 'll=ls -l' >+/etc/profile.d/colorls.sh:7> alias 'l.=ls -d .*' >+/etc/profile.d/colorls.sh:11> [ -z '[%n@%m]%~%# ' ']' >+/etc/profile.d/colorls.sh:13> COLORS='' >+/etc/profile.d/colorls.sh:15> colors=/home/zshtest/.dir_colors.xterm >+/etc/profile.d/colorls.sh:17> [ -e /home/zshtest/.dir_colors.xterm ']' >+/etc/profile.d/colorls.sh:15> colors=/home/zshtest/.dircolors.xterm >+/etc/profile.d/colorls.sh:17> [ -e /home/zshtest/.dircolors.xterm ']' >+/etc/profile.d/colorls.sh:15> colors=/home/zshtest/.dir_colors >+/etc/profile.d/colorls.sh:17> [ -e /home/zshtest/.dir_colors ']' >+/etc/profile.d/colorls.sh:15> colors=/home/zshtest/.dircolors >+/etc/profile.d/colorls.sh:17> [ -e /home/zshtest/.dircolors ']' >+/etc/profile.d/colorls.sh:20> [ -z '' ']' >+/etc/profile.d/colorls.sh:20> [ -e /etc/DIR_COLORS.256color ']' >+/etc/profile.d/colorls.sh:1> tput colors >+/etc/profile.d/colorls.sh:21> [ x8 '=' x256 ']' >+/etc/profile.d/colorls.sh:24> [ -z '' ']' >+/etc/profile.d/colorls.sh:25> colors=/etc/DIR_COLORS.xterm >+/etc/profile.d/colorls.sh:26> [ -e /etc/DIR_COLORS.xterm ']' >+/etc/profile.d/colorls.sh:26> COLORS=/etc/DIR_COLORS.xterm >+/etc/profile.d/colorls.sh:26> break >+/etc/profile.d/colorls.sh:31> [ -n /etc/DIR_COLORS.xterm ']' >+/etc/profile.d/colorls.sh:1> dircolors --sh /etc/DIR_COLORS.xterm >+/etc/profile.d/colorls.sh:33> eval 'LS_COLORS='\''no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:'\'';' export LS_COLORS >+(eval):1> LS_COLORS='no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:' >+(eval):1> export LS_COLORS >+/etc/profile.d/colorls.sh:34> [ -z 'no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:' ']' >+/etc/profile.d/colorls.sh:35> egrep -qi '^COLOR.*none' /etc/DIR_COLORS.xterm >+/etc/profile.d/colorls.sh:38> alias 'll=ls -l --color=auto' >+/etc/profile.d/colorls.sh:39> alias 'l.=ls -d .* --color=auto' >+/etc/profile.d/colorls.sh:40> alias 'ls=ls --color=auto' >+/etc/zshrc:20> i=/etc/profile.d/cvs.sh >+/etc/zshrc:21> [ -r /etc/profile.d/cvs.sh ']' >+/etc/zshrc:22> . /etc/profile.d/cvs.sh >+/etc/profile.d/cvs.sh:2> export 'CVS_RSH=ssh' >+/etc/zshrc:20> i=/etc/profile.d/glib2.sh >+/etc/zshrc:21> [ -r /etc/profile.d/glib2.sh ']' >+/etc/zshrc:22> . /etc/profile.d/glib2.sh >+/etc/profile.d/glib2.sh:6> export 'G_BROKEN_FILENAMES=1' >+/etc/zshrc:20> i=/etc/profile.d/gnome-ssh-askpass.sh >+/etc/zshrc:21> [ -r /etc/profile.d/gnome-ssh-askpass.sh ']' >+/etc/zshrc:22> . /etc/profile.d/gnome-ssh-askpass.sh >+/etc/profile.d/gnome-ssh-askpass.sh:1> SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass >+/etc/profile.d/gnome-ssh-askpass.sh:2> export SSH_ASKPASS >+/etc/zshrc:20> i=/etc/profile.d/gvfs-bash-completion.sh >+/etc/zshrc:21> [ -r /etc/profile.d/gvfs-bash-completion.sh ']' >+/etc/zshrc:22> . /etc/profile.d/gvfs-bash-completion.sh >+/etc/profile.d/gvfs-bash-completion.sh:23> [ -z '' ']' >+/etc/profile.d/gvfs-bash-completion.sh:23> return >+/etc/zshrc:20> i=/etc/profile.d/kde.sh >+/etc/zshrc:21> [ -r /etc/profile.d/kde.sh ']' >+/etc/zshrc:22> . /etc/profile.d/kde.sh >+/etc/profile.d/kde.sh:5> [ -z /usr ']' >+/etc/profile.d/kde.sh:8> [ -f /etc/sysconfig/prelink ']' >+/etc/profile.d/kde.sh:1> grep '^PRELINKING=yes' /etc/sysconfig/prelink >+/etc/profile.d/kde.sh:9> [ 'PRELINKING=yes' ']' >+/etc/profile.d/kde.sh:10> [ -z 1 ']' >+/etc/zshrc:20> i=/etc/profile.d/krb5-devel.sh >+/etc/zshrc:21> [ -r /etc/profile.d/krb5-devel.sh ']' >+/etc/zshrc:22> . /etc/profile.d/krb5-devel.sh >+/etc/profile.d/krb5-devel.sh:1> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/krb5-devel.sh:1> /bin/grep -q /usr/kerberos/bin >+/etc/profile.d/krb5-devel.sh:4> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/krb5-devel.sh:4> /bin/grep -q /usr/kerberos/sbin >+/etc/profile.d/krb5-devel.sh:1> /usr/bin/id -u >+/etc/profile.d/krb5-devel.sh:5> [ 507 '=' 0 ']' >+/etc/zshrc:20> i=/etc/profile.d/krb5-workstation.sh >+/etc/zshrc:21> [ -r /etc/profile.d/krb5-workstation.sh ']' >+/etc/zshrc:22> . /etc/profile.d/krb5-workstation.sh >+/etc/profile.d/krb5-workstation.sh:1> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/krb5-workstation.sh:1> /bin/grep -q /usr/kerberos/bin >+/etc/profile.d/krb5-workstation.sh:4> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/krb5-workstation.sh:4> /bin/grep -q /usr/kerberos/sbin >+/etc/profile.d/krb5-workstation.sh:1> /usr/bin/id -u >+/etc/profile.d/krb5-workstation.sh:5> [ 507 '=' 0 ']' >+/etc/zshrc:20> i=/etc/profile.d/lang.sh >+/etc/zshrc:21> [ -r /etc/profile.d/lang.sh ']' >+/etc/zshrc:22> . /etc/profile.d/lang.sh >+/etc/profile.d/lang.sh:3> sourced=0 >+/etc/profile.d/lang.sh:5> saved_lang=en_US.UTF-8 >+/etc/profile.d/lang.sh:6> langfile=/etc/sysconfig/i18n >+/etc/profile.d/lang.sh:7> [ -f /etc/sysconfig/i18n ']' >+/etc/profile.d/lang.sh:7> . /etc/sysconfig/i18n >+/etc/sysconfig/i18n:1> LANG=en_US.UTF-8 >+/etc/sysconfig/i18n:2> SYSFONT=latarcyrheb-sun16 >+/etc/profile.d/lang.sh:7> sourced=1 >+/etc/profile.d/lang.sh:6> langfile=/home/zshtest/.i18n >+/etc/profile.d/lang.sh:7> [ -f /home/zshtest/.i18n ']' >+/etc/profile.d/lang.sh:10> [ -n en_US.UTF-8 ']' >+/etc/profile.d/lang.sh:11> LANG=en_US.UTF-8 >+/etc/profile.d/lang.sh:13> unset saved_lang >+/etc/profile.d/lang.sh:15> [ 1 '=' 1 ']' >+/etc/profile.d/lang.sh:16> [ -n en_US.UTF-8 ']' >+/etc/profile.d/lang.sh:16> export LANG >+/etc/profile.d/lang.sh:17> [ -n '' ']' >+/etc/profile.d/lang.sh:17> unset LC_ADDRESS >+/etc/profile.d/lang.sh:18> [ -n '' ']' >+/etc/profile.d/lang.sh:18> unset LC_CTYPE >+/etc/profile.d/lang.sh:19> [ -n '' ']' >+/etc/profile.d/lang.sh:19> unset LC_COLLATE >+/etc/profile.d/lang.sh:20> [ -n '' ']' >+/etc/profile.d/lang.sh:20> unset LC_IDENTIFICATION >+/etc/profile.d/lang.sh:21> [ -n '' ']' >+/etc/profile.d/lang.sh:21> unset LC_MEASUREMENT >+/etc/profile.d/lang.sh:22> [ -n '' ']' >+/etc/profile.d/lang.sh:22> unset LC_MESSAGES >+/etc/profile.d/lang.sh:23> [ -n '' ']' >+/etc/profile.d/lang.sh:23> unset LC_MONETARY >+/etc/profile.d/lang.sh:24> [ -n '' ']' >+/etc/profile.d/lang.sh:24> unset LC_NAME >+/etc/profile.d/lang.sh:25> [ -n '' ']' >+/etc/profile.d/lang.sh:25> unset LC_NUMERIC >+/etc/profile.d/lang.sh:26> [ -n '' ']' >+/etc/profile.d/lang.sh:26> unset LC_PAPER >+/etc/profile.d/lang.sh:27> [ -n '' ']' >+/etc/profile.d/lang.sh:27> unset LC_TELEPHONE >+/etc/profile.d/lang.sh:28> [ -n '' ']' >+/etc/profile.d/lang.sh:28> unset LC_TIME >+/etc/profile.d/lang.sh:29> [ -n '' ']' >+/etc/profile.d/lang.sh:36> unset LC_ALL >+/etc/profile.d/lang.sh:38> [ -n '' ']' >+/etc/profile.d/lang.sh:38> unset LANGUAGE >+/etc/profile.d/lang.sh:39> [ -n '' ']' >+/etc/profile.d/lang.sh:39> unset LINGUAS >+/etc/profile.d/lang.sh:40> [ -n '' ']' >+/etc/profile.d/lang.sh:40> unset _XKB_CHARSET >+/etc/profile.d/lang.sh:42> consoletype='' >+/etc/profile.d/lang.sh:43> [ -z '' ']' >+/etc/profile.d/lang.sh:44> consoletype=+/etc/profile.d/lang.sh:1> /sbin/consoletype >+/etc/profile.d/lang.sh:44> consoletype=pty >+/etc/profile.d/lang.sh:47> [ -n en_US.UTF-8 ']' >+/etc/profile.d/lang.sh:48> case en_US.UTF-8 (*.utf8*|*.UTF-8*) >+/etc/profile.d/lang.sh:50> [ xterm '=' linux ']' >+/etc/profile.d/lang.sh:80> unset SYSFONTACM SYSFONT consoletype >+/etc/profile.d/lang.sh:82> unset sourced >+/etc/profile.d/lang.sh:83> unset langfile >+/etc/zshrc:20> i=/etc/profile.d/less.sh >+/etc/zshrc:21> [ -r /etc/profile.d/less.sh ']' >+/etc/zshrc:22> . /etc/profile.d/less.sh >+/etc/profile.d/less.sh:2> [ -x /usr/bin/lesspipe.sh ']' >+/etc/profile.d/less.sh:2> export 'LESSOPEN=|/usr/bin/lesspipe.sh %s' >+/etc/zshrc:20> i=/etc/profile.d/polkit-bash-completion.sh >+/etc/zshrc:21> [ -r /etc/profile.d/polkit-bash-completion.sh ']' >+/etc/zshrc:22> . /etc/profile.d/polkit-bash-completion.sh >+/etc/profile.d/polkit-bash-completion.sh:3> [ -z '' ']' >+/etc/profile.d/polkit-bash-completion.sh:3> return >+/etc/zshrc:20> i=/etc/profile.d/qt.sh >+/etc/zshrc:21> [ -r /etc/profile.d/qt.sh ']' >+/etc/zshrc:22> . /etc/profile.d/qt.sh >+/etc/profile.d/qt.sh:3> qt_prefix=+/etc/profile.d/qt.sh:1> /usr/bin/pkg-config '--variable=prefix' qt-mt >+/etc/profile.d/qt.sh:3> qt_prefix='' >+/etc/profile.d/qt.sh:5> echo /usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/home/zshtest/bin >+/etc/profile.d/qt.sh:5> /bin/grep -q /bin >+/etc/profile.d/qt.sh:9> [ -z '' ']' >+/etc/profile.d/qt.sh:10> QTDIR='' >+/etc/profile.d/qt.sh:11> QTINC=/include >+/etc/profile.d/qt.sh:12> QTLIB=/lib >+/etc/profile.d/qt.sh:15> export QTDIR QTINC QTLIB PATH >+/etc/zshrc:20> i=/etc/profile.d/SDL_pulseaudio_hack.sh >+/etc/zshrc:21> [ -r /etc/profile.d/SDL_pulseaudio_hack.sh ']' >+/etc/zshrc:22> . /etc/profile.d/SDL_pulseaudio_hack.sh >+/etc/profile.d/SDL_pulseaudio_hack.sh:3> [ -e /usr/lib/alsa-lib/libasound_module_pcm_pulse.so -o -e /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so ']' >+/etc/profile.d/SDL_pulseaudio_hack.sh:3> export 'SDL_AUDIODRIVER=esd' >+/etc/zshrc:20> i=/etc/profile.d/vim.sh >+/etc/zshrc:21> [ -r /etc/profile.d/vim.sh ']' >+/etc/zshrc:22> . /etc/profile.d/vim.sh >+/etc/profile.d/vim.sh:1> [ -n '' -o -n '' -o -n 4.3.4 ']' >+/etc/profile.d/vim.sh:2> [ -x //usr/bin/id ']' >+/etc/profile.d/vim.sh:1> //usr/bin/id -u >+/etc/profile.d/vim.sh:3> [ 507 -le 100 ']' >+/etc/profile.d/vim.sh:5> alias vi >+/etc/profile.d/vim.sh:5> alias 'vi=vim' >+/etc/zshrc:20> i=/etc/profile.d/which2.sh >+/etc/zshrc:21> [ -r /etc/profile.d/which2.sh ']' >+/etc/zshrc:22> . /etc/profile.d/which2.sh >+/etc/profile.d/which2.sh:4> alias 'which=alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' >+/etc/zshrc:25> unset i >+/home/zshtest/.zsh/.zshrc:1> echo In .zsh/.zshrc >In .zsh/.zshrc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 430665
:
303911
| 303912