diff -u bash-4.1/debian/skel.profile bash-4.1/debian/skel.profile --- bash-4.1/debian/skel.profile +++ bash-4.1/debian/skel.profile @@ -20,3 +20,3 @@ if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" + PATH="$PATH:$HOME/bin" fi diff -u bash-4.1/debian/changelog bash-4.1/debian/changelog --- bash-4.1/debian/changelog +++ bash-4.1/debian/changelog @@ -1,3 +1,9 @@ +bash (4.1-2ubuntu5) natty; urgency=low + + * debian/skel.profile: moved $HOME/bin to the end of $PATH, LP: #684393 + + -- Ferenc Czumbil (sisco311) Thu, 02 Dec 2010 20:02:25 +0000 + bash (4.1-2ubuntu4) maverick; urgency=low * debian/skel.bashrc: add 'alert' alias, LP: #616028