Re: RH9 breaks bash ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2003-12-29 at 12:50, Perry Hutchison wrote:
> After upgrading from Red Hat 6.2 to Red Hat 9, parts of my .bashrc
> produce different results than before.  In particular, backslash
> seems to no longer be recognized within double quotes.  This
> sequence:

A couple of options
   echo -e "\..."
or change the shell option for echo's default behavior:
   shopt -s xpg_echo

if the old shells don't like the shopt command you could add this to
your profile
   shopt -s xpg_echo 2>/dev/null || true

The current behavior goes back to [at least] RH7.0


-- 
  enjoy
    scott


_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux