]> git.pld-linux.org Git - packages/setup.git/blob - setup-dquo.patch
- release 2
[packages/setup.git] / setup-dquo.patch
1 diff -Nur setup-2.4.11.orig/etc/profile setup-2.4.11.chng/etc/profile
2 --- setup-2.4.11.orig/etc/profile       2007-11-30 09:25:34.000000000 +0100
3 +++ setup-2.4.11.chng/etc/profile       2007-11-30 09:26:06.000000000 +0100
4 @@ -20,7 +20,7 @@
5  HISTFILE="$HOME/.history"
6  HISTSIZE=1000
7  
8 -if [ `id -gn` = $USER -a `id -u` -gt 14 ]; then
9 +if [ "`id -gn`" = $USER -a `id -u` -gt 14 ]; then
10         umask 002
11  else
12         umask 022
This page took 0.056169 seconds and 3 git commands to generate.