Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402986 Details for
Bug 549102
gnome-base/gdm-3.14.2 - /etc/gdm/Xsession sources ~/.bash_profile using default shell
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to dotfiles in FILESDIR
bash-skel-posix.patch (text/plain), 736 bytes, created by
Chris Mayo
on 2015-05-10 18:47:08 UTC
(
hide
)
Description:
Patch to dotfiles in FILESDIR
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2015-05-10 18:47:08 UTC
Size:
736 bytes
patch
obsolete
>diff -ur files.orig/dot-bash_profile files/dot-bash_profile >--- files.orig/dot-bash_profile >+++ files/dot-bash_profile >@@ -2,4 +2,4 @@ > > # This file is sourced by bash for login shells. The following line > # runs your .bashrc and is recommended by the bash info pages. >-[[ -f ~/.bashrc ]] && . ~/.bashrc >+[ -f ~/.bashrc ] && . ~/.bashrc >diff -ur files.orig/dot-bashrc files/dot-bashrc >--- files.orig/dot-bashrc >+++ files/dot-bashrc >@@ -9,7 +9,7 @@ > # Test for an interactive shell. There is no need to set anything > # past this point for scp and rcp, and it's important to refrain from > # outputting anything in those cases. >-if [[ $- != *i* ]] ; then >+if [ -z "$PS1" ]; then > # Shell is non-interactive. Be done now! > return > fi
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 549102
:
402986