cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thunder
Level 5

"$" character in IA project

I want write a shell script in my installation process, in that shell script file I need write

export PATH=/usr/local/bin:$PATH
$HOME$$/$=/mnt

but IA always replace my PATH value with some other string, How can I put "$" character into my script file?

Thanks,
Thunder
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

Installanywhere has some predefine alias values.

If you search from documentation/help files, you will find that "$DOLLAR$" is translated to "$"

export PATH=/usr/local/bin:$DOLLAR$PATH
0 Kudos