From: Elan Ruusamäe Date: Tue, 27 May 2008 10:57:39 +0000 (+0000) Subject: - apply setup-dquo.patch (by pascalek) X-Git-Tag: setup-2_5_7~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=8886a616fafb703ad0ca797470c55ea786fe507d;p=projects%2Fsetup.git - apply setup-dquo.patch (by pascalek) Changed files: etc/profile -> 1.50 --- diff --git a/etc/profile b/etc/profile index bbf534e..15a6dc4 100644 --- a/etc/profile +++ b/etc/profile @@ -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