]> git.pld-linux.org Git - packages/setup.git/blame - setup-zsh.patch
- rel 3; use gotar fix
[packages/setup.git] / setup-zsh.patch
CommitLineData
9a1866d1 1Index: etc/profile
d9521574
AM
2===================================================================
3RCS file: /cvsroot/setup/etc/profile,v
4retrieving revision 1.55
9a1866d1
AM
5retrieving revision 1.57
6diff -u -u -r1.55 -r1.57
d9521574 7--- setup/etc/profile 22 Jan 2011 20:08:54 -0000 1.55
9a1866d1
AM
8+++ setup/etc/profile 24 Feb 2011 23:07:56 -0000 1.57
9@@ -128,7 +128,7 @@
d9521574
AM
10 ;;
11 * )
12 if [ -r "$i" ]; then
13- . "$i"; export "$NAME"
9a1866d1 14+ . "$i"; eval [ '"${'"$NAME"'+X}"' = 'X' ] && export $NAME
d9521574
AM
15 fi
16 ;;
17 esac
This page took 0.031951 seconds and 4 git commands to generate.