- Move a comment in dot-bashrc (bug #159522).

This commit is contained in:
Tim Waugh 2005-06-08 08:56:14 +00:00
parent 96814325d4
commit 61c141dae4
2 changed files with 5 additions and 2 deletions

View File

@ -253,6 +253,9 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Wed Jun 8 2005 Tim Waugh <twaugh@redhat.com>
- Move a comment in dot-bashrc (bug #159522).
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31 * Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
- Small fix for multibyteifs patch to prevent segfault (bug #157260). - Small fix for multibyteifs patch to prevent segfault (bug #157260).

View File

@ -1,8 +1,8 @@
# .bashrc # .bashrc
# User specific aliases and functions
# Source global definitions # Source global definitions
if [ -f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
. /etc/bashrc . /etc/bashrc
fi fi
# User specific aliases and functions