bug-bash
[Top][All Lists]
Advanced

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

Re: Bash bug --- 1st parameter substitued for /InstallShield/ that is pa


From: Paul Jarc
Subject: Re: Bash bug --- 1st parameter substitued for /InstallShield/ that is passed to the main entry pt of program
Date: Tue, 16 Sep 2008 00:50:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

david bone <bone_david@mac.com> wrote:
> The parameters passed to the ``main entry'' of a program substitutes
> the first parameter "/*hi*/" which is a c++ type comment as
> /InstallShield/

It's not a bug.  Check the man page or info documentation for the
description of "Pathname Expansion".  If you want to suppress the
expansion, you can use single or double quotes:

/yacco2/bin/o2linker_debug '/*hi*/' /yacco2/compiler/grammars/yacco2.fsc 
"/*there*/"


paul




reply via email to

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