]> git.pld-linux.org Git - projects/setup.git/commitdiff
- apply setup-dquo.patch (by pascalek)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:57:39 +0000 (10:57 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:57:39 +0000 (10:57 +0000)
Changed files:
    etc/profile -> 1.50

etc/profile

index bbf534e737a56d7cfe22005f84299454d26e38b2..15a6dc47b35bc7ef40ce2297b76a7b1bcd53faeb 100644 (file)
@@ -20,7 +20,7 @@ HOSTNAME=`/bin/uname -n`
 HISTFILE="$HOME/.history"
 HISTSIZE=1000
 
-if [ `id -gn` = $USER -a `id -u` -gt 14 ]; then
+if [ "`id -gn`" = $USER -a `id -u` -gt 14 ]; then
        umask 002
 else
        umask 022
This page took 0.022749 seconds and 4 git commands to generate.