Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 459680 Details for
Bug 545830
app-shells/fish - provide a way to load system-wide variables (profile.env) on start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fish /etc/profile.env parser
profile-env.fish (text/plain), 680 bytes, created by
Georgy Yakovlev
on 2017-01-12 05:41:16 UTC
(
hide
)
Description:
fish /etc/profile.env parser
Filename:
MIME Type:
Creator:
Georgy Yakovlev
Created:
2017-01-12 05:41:16 UTC
Size:
680 bytes
patch
obsolete
># since fish supports export via upstream provided function ># we can source directly, only ommiting $PATH and comments. >egrep -v "#|PATH|ROOTPATH" /etc/profile.env | source > ># strip unneded stuff from bash export lines ># apply paths ># and cleanup >if [ "$EUID" = "0" ] ; or [ "$USER" = "root" ] > set _rootpath (egrep " ROOTPATH" /etc/profile.env | sed "s/export PATH=//;s/:/\n/g;s/'//g") > set -xg PATH /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin $_rootpath > set -e _rootpath >else > set _userpath (egrep " PATH" /etc/profile.env | sed "s/export PATH=//;s/:/\n/g;s/'//g") > set -xg PATH /usr/local/bin /usr/bin /bin $_userpath > set -e _userpath >end > > >
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 545830
:
459678
|
459680
|
460236
|
460238
|
460240
|
460242
|
460358
|
460452
|
460480
|
460482
|
460670
|
460672