diff --git a/bash.spec b/bash.spec index d11786e..2867eb4 100644 --- a/bash.spec +++ b/bash.spec @@ -253,6 +253,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Wed Jun 8 2005 Tim Waugh +- Move a comment in dot-bashrc (bug #159522). + * Tue May 10 2005 Tim Waugh 3.0-31 - Small fix for multibyteifs patch to prevent segfault (bug #157260). diff --git a/dot-bashrc b/dot-bashrc index 9271cff..c4b7f22 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -1,8 +1,8 @@ # .bashrc -# User specific aliases and functions - # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi + +# User specific aliases and functions