mirror of https://github.com/fairyglade/ly.git
fix: fix typo
This commit is contained in:
parent
77f6958241
commit
dbad7b2dfc
|
|
@ -40,10 +40,10 @@ case $SHELL in
|
||||||
;;
|
;;
|
||||||
*/fish)
|
*/fish)
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
xsess_tmp=`mktemp /tmp/xsess-env-XXXXXX`
|
wlsess_tmp=`mktemp /tmp/wlsess-env-XXXXXX`
|
||||||
$SHELL --login -c "/bin/sh -c 'export -p' > $xsess_tmp"
|
$SHELL --login -c "/bin/sh -c 'export -p' > $xsess_tmp"
|
||||||
. $xsess_tmp
|
. $wlsess_tmp
|
||||||
rm -f $xsess_tmp
|
rm -f $wlsess_tmp
|
||||||
;;
|
;;
|
||||||
*) # Plain sh, ksh, and anything we do not know.
|
*) # Plain sh, ksh, and anything we do not know.
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue