]> git.pld-linux.org Git - projects/setup.git/blobdiff - etc/profile
- apply setup-dquo.patch (by pascalek)
[projects/setup.git] / 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.047088 seconds and 4 git commands to generate.