bug-bash
[Top][All Lists]
Advanced

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

bash: invalid character 45 in exportstr for --


From: Fabien COELHO
Subject: bash: invalid character 45 in exportstr for --
Date: Wed, 8 Nov 2000 13:50:36 +0100 (MET)

Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.7
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc' 
-DCONF_OSTYPE='solaris2.7' -DCONF_MACHTYPE='sparc-sun-solaris2.7' 
-DCONF_VENDOR='sun' -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib 
-I/usr/local/include -g -O2
uname output: SunOS blonville 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-5_10
Machine Type: sparc-sun-solaris2.7

Bash Version: 2.04
Patch Level: 0
Release Status: release

Description:
        everytime the new bash forks a process, I got a 
        bash: invalid character 45 in exportstr for --
        this occurs on Solaris 7/Sparc.
        However, I also compiled the new bash on a Linux/intel
        and a Solaris 7/intel, and it works fine there.

        on all machine I have basically the same environment, including
        a - function :
bash> type -
- is a function
- ()
{
    popd "$@" >/dev/null && dirs -v
}                                       

Repeat-By:
        Looks quite obscure.

Fix:
        No idea.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]