From 8886a616fafb703ad0ca797470c55ea786fe507d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 27 May 2008 10:57:39 +0000 Subject: [PATCH] - apply setup-dquo.patch (by pascalek) Changed files: etc/profile -> 1.50 --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0