diff --git a/bash.spec b/bash.spec index d59cae4d8b1e9f5e4d64528ae9509d0b7c5ca822..f3e1d61f3a0b7054a052d1351ad93efc3a5fa803 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 11 +Release: 12 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -123,6 +123,12 @@ make check %exclude %{_infodir}/dir %changelog +* Thu Mar 19 2020 openEuler Buildteam - 5.0-12 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:remove comment in dot-bash_profile + * Tue Mar 10 2020 openEuler Buildteam - 5.0-11 - Type:enhancement - ID:NA diff --git a/dot-bash_profile b/dot-bash_profile index a67d8bf27432be756b54d8cdd03407a5200a2009..27fdd18a3f2954a57659f78d85b4aac61f2806b1 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -1,2 +1,2 @@ # Source /root/.bashrc if user has one -# [ -f ~/.bashrc ] && . ~/.bashrc +[ -f ~/.bashrc ] && . ~/.bashrc