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