From b67e48d7577f578c83fb75cc15cc5bff36ab8958 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jun 28 2006 07:32:42 +0000 Subject: - Removed 'unset USERNAME' from default .bash_profile (bug #196735). --- diff --git a/bash.spec b/bash.spec index 07cc7ed..3f7c671 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.1 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 15 +Release: 16 Group: System Environment/Shells License: GPL Url: http://www.gnu.org/software/bash @@ -234,6 +234,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Wed Jun 28 2006 Tim Waugh 3.1-16 +- Removed 'unset USERNAME' from default .bash_profile (bug #196735). + * Thu Jun 15 2006 Tim Waugh 3.1-15 - Updated requires patch to the ALT version. diff --git a/dot-bash_profile b/dot-bash_profile index fdd06ac..3dc099a 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -10,4 +10,3 @@ fi PATH=$PATH:$HOME/bin export PATH -unset USERNAME